HI All,
I have the following scenario
I am using the following formula
=INDEX($A$1:$B$12,MATCH(C1,$B$1:$B$12,0),1)
to perform something like
Name 5 in Column C, should print oimnlu in Column D, based on Name 5 value in Column B.
This works fine as long as there are no dupes in Column B...