TheSubject
New Member
- Joined
- Feb 16, 2016
- Messages
- 23
Hi all,
I hope someone can help me with a problem I'm trying to get around with multiple criteria of an Index/Match function.
Column A is a list of clothes
Hat
Sock
Mask
etc.
Column B is a list of body parts:
Head
Chest
etc.
I now need unique lists in columns D-F headed with the body part, ie Column D:
HEAD
Hat
Mask
I can make a formula that gives the dynamic and unique list of all the clothes, OR I can make the formula that gives a dynamic list of the right clothes - except it just says Hat Hat Hat....
This is what I have currently:
{=INDEX($A$2:$A$248,MATCH(0,(COUNTIF(D$1:D1,$A$2:$A$248)*(NOT($D$1=$B$2:$B$248))),0))}
Can anyone help?
Many thanks!
G
I hope someone can help me with a problem I'm trying to get around with multiple criteria of an Index/Match function.
Column A is a list of clothes
Hat
Sock
Mask
etc.
Column B is a list of body parts:
Head
Chest
etc.
I now need unique lists in columns D-F headed with the body part, ie Column D:
HEAD
Hat
Mask
I can make a formula that gives the dynamic and unique list of all the clothes, OR I can make the formula that gives a dynamic list of the right clothes - except it just says Hat Hat Hat....
This is what I have currently:
{=INDEX($A$2:$A$248,MATCH(0,(COUNTIF(D$1:D1,$A$2:$A$248)*(NOT($D$1=$B$2:$B$248))),0))}
Can anyone help?
Many thanks!
G