2
I have 2 columns of data in an excel sheet - Column A:A is an id number, and column B:B is a binary 1/0 response. I have > 1, 000 rows of data.
Example
0001 1
0002 0
0003 1
0004 0
On a new sheet in the same workbook I would like to find and list the ID number of everyone whose binary response is 0.
Using the example above, the list I want to populate would be:
0002
0004
How do I do this?
2Why not use a filter? Or pivot table? – Raystafarian – 2015-09-16T16:32:51.873
Have you tried anything yet? If so, what? – CharlieRB – 2015-09-16T19:46:24.457