Hello, I would like to know how I can extract values from one column depending on the cell value in another column in a table.
The data will need to be extracted into another workbook.
For example:
Sheet1:
A______________B
Apple__________Diamond
Mango_________Coal
Orange________Platinum
Banana________Diamond
Pear___________Diamond
Kiwi____________Coal
Grape__________Platinum
Now in another workbook I would like a list of all column A cells where the corresponding column B cell is Diamond, so column A should look like this....
A
Apple
Banana
Pear
Preferably I don't want to use advanced filter.
Bookmarks