Reputation: 46
I have one dynamic sheet (called totals) that pulls data from another sheet (called requirements). I need to pull some data from 'totals' sheet into a new sheet (called packing), the value have to be unique and have to depend on another cell inside totals sheet.
in another meaning i need to do something like:
=UNIQUE('Totals'!A2:A, IF(B2:B > 0))
So it will get all unique values from the Col A if the value of Col B is more than 0
How to do that?
Upvotes: 0
Views: 56