All,
I am trying to figure out the way how to accomplish the following:
I have a table 100 x 100 (cells)
I need to find a number (lets say "53") in this table, and return 2 values.
1 value for Row, and 1 value for column.
For example:
A, B, C, D - columns
1
2 53
3
4
I need to search for number "53" .. and the result should be Row = 2, Column = B.
Any insight will be greatly appreciated.
Thanks
Alex
Bookmarks