Hi
i am making an app to manage inventory.
i got a database with items and 2 tabs named incoming and out outgoing.
the app is setup to add lines to the incoming and outgoing tabs.
in my database i made a formula in columns with SUMIF and my stock lvl is is those 2 SUMIF’s combined.
this is the formula’s i use in my sheet.
for incoming “=SUMIF(Incoming!E:E;B:B;Incoming!B:B)”
for outgoing “=SUMIF(outgoing!F:F;B:B;outgoing!C:C)”
for stock lvl i just do incoming - outgoing.
this is working in the sheet.
appsheet is picking up this formula and showing this.
incoming “SUMIF(Incomming!C[-3]:C[-3],C[-6]:C[-6],Incomming!C[-7]:C[-7])”
outgoing “SUMIF(outgoing!C[-3]:C[-3],C[-7]:C[-7],outgoing!C[-7]:C[-7])”
it is showing 0
i hope some one can help me.
thanks in advance.