Lookup / Summary Table
I want Excel to lookup a value in a table and return each row it finds that
value in.
As an example:
Lookup Value: Ford
Lookup Table:
A1: Ford B1: Focus
A2: Chevy B2: Malibu
A3: Chevy B3: S10
A4: Ford B4: Ranger
Results Table:
A1: Ford B1: Focus
A2: Ford B2: Ranger
What I dont want is:
A1: Ford B1: Focus
A2: B2:
A3: B3:
A4: Ford B4: Ranger
In other words, I dont want a bunch of blank rows in the new summary table.
What function(s) can I use to create my summary table?
|