Forum Discussion
tcaseria
Aug 04, 2022Copper Contributor
Find Cell Reference of a Value Within a Table
I'm looking to input a value in a cell and have a formula find the cell reference of that value within a table. Here is a screenshot to show what I mean.
HansVogelaar
Aug 04, 2022MVP
If you don't have the very latest version of Excel:
=ADDRESS(MIN(IF(A1:H15=K2,ROW(A1:H15))),MIN(IF(A1:H15=K2,COLUMN(A1:H15))))
tcaseria
Aug 04, 2022Copper Contributor
Would there be a way to do this if the values were strings instead of numbers?
- HansVogelaarAug 04, 2022MVP
Yes, it should work the same way.