Hi,
Please could I get some help for this formula?
I have this formula that matches a text cell, to a text range, and then provides the value of a new cell. Like below.
=INDEX($B$2:$B$6,MATCH(1,COUNTIF(C4,"*"&$A$2:$A$6&"*"),0))
A B C D
Idea Category Rating Respondents Ideas Respondents Rating
Ship 1 Heart 4
Boat 2 Love 3
Love 3 Boat 2
Heart 4 Ship 1
(formula column)
If possible, I would like the formula to match any cell in column C, which contains the string in column A. At the moment it is only working for direct matches between cells but I have some cells that have other words, such as 'Big Boat', 'Sailing Ship, but I want them to be picked up by boat and ship respectively.
Thanks,
Matt
Please could I get some help for this formula?
I have this formula that matches a text cell, to a text range, and then provides the value of a new cell. Like below.
=INDEX($B$2:$B$6,MATCH(1,COUNTIF(C4,"*"&$A$2:$A$6&"*"),0))
A B C D
Idea Category Rating Respondents Ideas Respondents Rating
Ship 1 Heart 4
Boat 2 Love 3
Love 3 Boat 2
Heart 4 Ship 1
(formula column)
If possible, I would like the formula to match any cell in column C, which contains the string in column A. At the moment it is only working for direct matches between cells but I have some cells that have other words, such as 'Big Boat', 'Sailing Ship, but I want them to be picked up by boat and ship respectively.
Thanks,
Matt