Hello,
I have built a very basic sheet to monitor sales at an event we are running, almost a bit like a till system. We are scanning barcodes which will represent products and then a final barcode to "end the transaction" which can also count the number of transactions. What I'm trying to achieve is everytime the 'end transaction' barcode is scanned, that the sum of total of everything up to the last end transaction is done.
For example
1345 | APPLES | $4
5566 | ORANGES | $3
3452 | BANANAS | $6
9999 | ENDTRANS | $0
3452 | BANANAS | $6
5566 | ORANGES | $3
9999 | ENDTRANS | $0
In this example, another cell will have $9 as the answer.
Hope this makes sense. Any help greatly received!
Mike
I have built a very basic sheet to monitor sales at an event we are running, almost a bit like a till system. We are scanning barcodes which will represent products and then a final barcode to "end the transaction" which can also count the number of transactions. What I'm trying to achieve is everytime the 'end transaction' barcode is scanned, that the sum of total of everything up to the last end transaction is done.
For example
1345 | APPLES | $4
5566 | ORANGES | $3
3452 | BANANAS | $6
9999 | ENDTRANS | $0
3452 | BANANAS | $6
5566 | ORANGES | $3
9999 | ENDTRANS | $0
In this example, another cell will have $9 as the answer.
Hope this makes sense. Any help greatly received!
Mike