Hi
I'm new to the Forum. For the most part I muddle by with Excel but I have definitely hit a brick wall and can't find a particular solution to my problem anywhere. So I've come to ask the more knowledgable people for an answer.
I have a very nice INDEX SMALL IF Function in my sheet that Checks two columns A and B with 380 rows for instances of a word in a cell and returns the value of another column C when that instance occurrs in that row, which is the following:
=INDEX($B$3:$D$382,SMALL(IF($C$3:$D$382=$Q$5,ROW($C$3:$D$382)),ROW(1:1))-2,1)
This repeats over 38 rows (as there will be 38 instances out of 380) with the second ROW function increasing 2:2, 3:3 etc. each time.
I am stumped at what to do now.
I need to figure out how, in a separate cell, to check the same rows and columns for the same instance of the word yet instead of returning the value of another column as before I need it to know which column it is in either A or B and not a corresponding cell value in column C.
I have tried all manner of COLUMN permutations instead of ROWS but I am now at a complete brick wall.
Any help would be massively appreciated.
Bookmarks