I have the following structure in my excel sheet.
E F G H
--------- --------- ------ -------
2 | blah sometext atext smth
3 | textval accc
4 | test avfr
5 | check
6 | ertyui
7 |
Can you suggest a way using EXCEL functions (not VBA) of getting back the row of a matching string?
For example: given test I need to get back 4, given ertyui 6
I need:
the lookup to be done in all the columns of this two-dimensional array and
have the function in one cell only