This is the current formula I am using:
=INDEX(B:B,MATCH($B9,C:C,0))
However, if there are two of the same number in B:B it only returns the first value of C that shows up even if there are multiple responses.
How do I get it to show the first value in one row and the second value in another?
Row 5 should show a different name/initials
Thanks!
=INDEX(B:B,MATCH($B9,C:C,0))
However, if there are two of the same number in B:B it only returns the first value of C that shows up even if there are multiple responses.
How do I get it to show the first value in one row and the second value in another?
Row 5 should show a different name/initials
Thanks!