Hello experts,
I have a 2 dimensional array of bits of text. I want to find the row and column of one of those bits of text.
I thought MATCH would do it – but that only works if you have a single row or column to search on.
So, is there something that will work for multiple rows and column?
For example: My data sits in cols B though to L and rows 3 though to 94.
This gives me N/A: “=MATCH(“HPC0117XP”,B3:L94,0)”
This works (assuming my data is in row G): =MATCH(“HPC0117XP”,G3:G94,0)
I want something that will make the first example work that I can use as a function
Thanks for any ideas
Alan