rotmanite11
New Member
- Joined
- Aug 21, 2014
- Messages
- 6
Hi there,
I have a question I am trying to solve. I have used INDEX/MATCH/ROW/SEARCH functions, in different permutations, but I am unable to get the result. I am hoping one of the Excel experts can help me out:
The data set is something similar to the below:
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Car[/TD]
[TD]Region[/TD]
[TD]Own[/TD]
[TD]Use[/TD]
[TD]Color[/TD]
[/TR]
[TR]
[TD]Honda[/TD]
[TD]North[/TD]
[TD]Yes[/TD]
[TD]I use it to go for work[/TD]
[TD]Green[/TD]
[/TR]
[TR]
[TD]Toyota[/TD]
[TD]South[/TD]
[TD]No[/TD]
[TD]Family trips[/TD]
[TD]Grey[/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD]East[/TD]
[TD]Yes[/TD]
[TD]Weekend fun[/TD]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Ford[/TD]
[TD]North[/TD]
[TD]Yes[/TD]
[TD][/TD]
[TD]Yellow[/TD]
[/TR]
[TR]
[TD]Honda[/TD]
[TD]North[/TD]
[TD]Yes[/TD]
[TD]2nd car[/TD]
[TD]White[/TD]
[/TR]
[TR]
[TD]Toyota[/TD]
[TD]West[/TD]
[TD]No[/TD]
[TD]Work[/TD]
[TD]Green[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to do following (2 separate tasks):
Task 1 (if in A1 on a new sheet, I had Use, i want to list all the items in an adjacent column, skipping the blank rows)):
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Use[/TD]
[TD]I use it to go for work[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Family trips[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Weekend fun[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]2nd car[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Work[/TD]
[/TR]
</tbody>[/TABLE]
Task 2 (if i had Honda (A2) and North (B2), I want to have the colors listed in Column 3):
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Car[/TD]
[TD]Region[/TD]
[TD]Color[/TD]
[/TR]
[TR]
[TD]Honda[/TD]
[TD]North[/TD]
[TD]Green[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]White[/TD]
[/TR]
</tbody>[/TABLE]
I know this can be done by an auto-filtering or manual sort, but I have work with thousands of similar data on a regular basis, and i want to find a formula that will allow me to list the items based on different criterion.
Thanks for your help.
I have a question I am trying to solve. I have used INDEX/MATCH/ROW/SEARCH functions, in different permutations, but I am unable to get the result. I am hoping one of the Excel experts can help me out:
The data set is something similar to the below:
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Car[/TD]
[TD]Region[/TD]
[TD]Own[/TD]
[TD]Use[/TD]
[TD]Color[/TD]
[/TR]
[TR]
[TD]Honda[/TD]
[TD]North[/TD]
[TD]Yes[/TD]
[TD]I use it to go for work[/TD]
[TD]Green[/TD]
[/TR]
[TR]
[TD]Toyota[/TD]
[TD]South[/TD]
[TD]No[/TD]
[TD]Family trips[/TD]
[TD]Grey[/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD]East[/TD]
[TD]Yes[/TD]
[TD]Weekend fun[/TD]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Ford[/TD]
[TD]North[/TD]
[TD]Yes[/TD]
[TD][/TD]
[TD]Yellow[/TD]
[/TR]
[TR]
[TD]Honda[/TD]
[TD]North[/TD]
[TD]Yes[/TD]
[TD]2nd car[/TD]
[TD]White[/TD]
[/TR]
[TR]
[TD]Toyota[/TD]
[TD]West[/TD]
[TD]No[/TD]
[TD]Work[/TD]
[TD]Green[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to do following (2 separate tasks):
Task 1 (if in A1 on a new sheet, I had Use, i want to list all the items in an adjacent column, skipping the blank rows)):
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Use[/TD]
[TD]I use it to go for work[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Family trips[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Weekend fun[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]2nd car[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Work[/TD]
[/TR]
</tbody>[/TABLE]
Task 2 (if i had Honda (A2) and North (B2), I want to have the colors listed in Column 3):
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Car[/TD]
[TD]Region[/TD]
[TD]Color[/TD]
[/TR]
[TR]
[TD]Honda[/TD]
[TD]North[/TD]
[TD]Green[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]White[/TD]
[/TR]
</tbody>[/TABLE]
I know this can be done by an auto-filtering or manual sort, but I have work with thousands of similar data on a regular basis, and i want to find a formula that will allow me to list the items based on different criterion.
Thanks for your help.