tomjacobmartin
New Member
- Joined
- May 23, 2014
- Messages
- 2
I have a peculiar doubt...Is it possible to search multiple rows in an excel sheet that satisfies multiple criteria.
For Example, in the following table(First row is the header); If i have to search for data matching two criterias, Name= "Tom" AND Car= "AUDI" and get all the Service details for this combination(In this case, Routine Service, Windshield) in separate rows.
The forum has lot of solutions for multiple search criteria to give a single row, or a single vlookup with multiple rows as ouput, however im not getting Multi Criteria Multiple rows vlookup/Index case.
Can someone help me in this?
TIA!!![TABLE="width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Car
[/TD]
[TD]Service Details
[/TD]
[/TR]
[TR]
[TD]Tom
[/TD]
[TD]AUDI
[/TD]
[TD]Routine Service
[/TD]
[/TR]
[TR]
[TD]Jon
[/TD]
[TD]BMW
[/TD]
[TD]Headlamp
[/TD]
[/TR]
[TR]
[TD]Tom
[/TD]
[TD]Mercedez
[/TD]
[TD]Gear oil
[/TD]
[/TR]
[TR]
[TD]Sam
[/TD]
[TD]Mercedez
[/TD]
[TD]Tail Lamp
[/TD]
[/TR]
[TR]
[TD]Tom
[/TD]
[TD]AUDI
[/TD]
[TD]Windshield
[/TD]
[/TR]
</tbody>[/TABLE]
For Example, in the following table(First row is the header); If i have to search for data matching two criterias, Name= "Tom" AND Car= "AUDI" and get all the Service details for this combination(In this case, Routine Service, Windshield) in separate rows.
The forum has lot of solutions for multiple search criteria to give a single row, or a single vlookup with multiple rows as ouput, however im not getting Multi Criteria Multiple rows vlookup/Index case.
Can someone help me in this?
TIA!!![TABLE="width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Car
[/TD]
[TD]Service Details
[/TD]
[/TR]
[TR]
[TD]Tom
[/TD]
[TD]AUDI
[/TD]
[TD]Routine Service
[/TD]
[/TR]
[TR]
[TD]Jon
[/TD]
[TD]BMW
[/TD]
[TD]Headlamp
[/TD]
[/TR]
[TR]
[TD]Tom
[/TD]
[TD]Mercedez
[/TD]
[TD]Gear oil
[/TD]
[/TR]
[TR]
[TD]Sam
[/TD]
[TD]Mercedez
[/TD]
[TD]Tail Lamp
[/TD]
[/TR]
[TR]
[TD]Tom
[/TD]
[TD]AUDI
[/TD]
[TD]Windshield
[/TD]
[/TR]
</tbody>[/TABLE]