Hi, I am looking to extract data from a report, what I need to do is view all
the instances where a certain part number appears, but I only want to view
those part numbers that match two criteria, example is below, say Sheet 1
A B C D E
1 Pen John Paid All Full
2 Pencil Ben NP None 0
3 Pen Peter Paid All Full
4 Pen Paul Paid Partial Half
From the above table I would want to extract the orders for Pens, but only
show the ones that are Paid ( col C ) and Full ( col E ). I want to see them
in this format in Sheet 2
A B C D E
1 Pen John Paid All Full
2 Pen Peter Paid All Full
Bookmarks