ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Returm Value (https://www.excelbanter.com/excel-discussion-misc-queries/192700-returm-value.html)

Aidan

Returm Value
 
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

Mike H

Returm Value
 
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


"Aidan" wrote:

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


Aidan

Returm Value
 
Hi Mike

Thanks for he quick response, I'll give these a go.

Aidan

"Mike H" wrote:

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


"Aidan" wrote:

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



All times are GMT +1. The time now is 02:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com