G
greasybob
I'm using the Index & Match function to show text in column B that is i
the same row as my searchword in column A.
Formula is : =index(b1:b200,match("John",a1:b200,false),1)
This will find a match for "John" in column A and show what is to th
right in column B.
The problem is that "John" appears more than once in column A and
need a formula that shows all matches instead of just the first.
Any help is appreciated
the same row as my searchword in column A.
Formula is : =index(b1:b200,match("John",a1:b200,false),1)
This will find a match for "John" in column A and show what is to th
right in column B.
The problem is that "John" appears more than once in column A and
need a formula that shows all matches instead of just the first.
Any help is appreciated