|
Re: auto copy from 1 sheet to other if condition met
thanks for reply
here is what i am trying to do, I want to generate a final sale list. so if I entered quantity that's greater than 1 item in the order sheet. I have to copy the same row from the order sheet to my final purchase sheet.
example:
in the order sheet:
item quantity price
apple 10 9.9
pear 0 0
orange 1 1
then in the final sheet it will show
you ordered:
apple 10 9.9
orange 1 1
|