Returm Value

A

Aidan

Hi Guys

I have used this formula

=ADDRESS(MATCH(9.99999999999999E+307,F:F),6)

to return the cell reference of the last cell in column F that has a value
in it ($F$13).

How can I get the actual value of the cell returned in a different cell?

Cheers
Aidan
 
M

Mike H

Hi,

Fir a number use

=INDEX(A:A,MATCH(10^23,A:A))

and for text

=INDEX(A:A,MATCH(REPT("z",10),A:A,1),1)

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel VBA 1
Last column entry lookup. 1
Last Value in a Column when Value <> 0 1
#VALUE 2
Complex match 1
using OFFSET(INDEX(MATCH))) 3
enter value if 2 criteria are met 5
Pivot Value not formula 4

Top