Forum Discussion

Nir Yogev's avatar
Nir Yogev
Copper Contributor
May 03, 2018

question about address formula

Hi I would like to know how can a get the value of a cell based on its position to another cell with address. for example, in this table I've written a formula that shows the address of the highest rank in the table. I need to know how can I build a formula in a different cell that shows me the name of the highest rank (Steve) based on the address ($d$13). Can you please help? Thanks in advance...

  • Hi Nir,

     

    Why don't you return the name directly by formula, like

    =INDEX($C$8:$C$13,MATCH(G8,D8:$D$13,0))

    If through the cell with address (B10 I guess) that will be

    =INDIRECT(B10)

     

Resources