Is there a formula for this?

R

Roberta

Thank you advance for any help on this!
Example: worksheet "A" has
"qty" "description" "price" "extension"
1 widget 5.00 5.00
whoosit 7.00 .00
2 whatchit 2.00 4.00

I would like a formula to look at the "quantity", and if
it is greater than zero, I would then like each cell's
contents to transfer to a corresponding cell in the
another workbook. Problem is I would like it to transfer
it row by row without skipping.

End result:
"qty" "description" "price" "extension"
1 widget 5.00 5.00
2 whatchit 2.00 4.00

If you can do this, I would think you are brilliant.
Roberta
 
D

Dave Peterson

This might work for you:

Select your data (the Qty column is enough).

then data|Filter|Autofilter
use the dropdown to show greater than 0
Copy those visible cells and paste to where you want them.

Not a formula, but pretty quick.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top