ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Text in last used cell in a column to another cell. (https://www.excelbanter.com/excel-worksheet-functions/168305-text-last-used-cell-column-another-cell.html)

rdp

Text in last used cell in a column to another cell.
 
I need a formula that will allow me to show the text in the last cell of a
column in another cell at the top of that same column. I have found one that
works for numbers but not text.

Any suggestions?

Gaurav[_2_]

Text in last used cell in a column to another cell.
 
=LOOKUP(2,1/(A1:A65535<""),A1:A65535)


"rdp" wrote in message
...
I need a formula that will allow me to show the text in the last cell of a
column in another cell at the top of that same column. I have found one
that
works for numbers but not text.

Any suggestions?




T. Valko

Text in last used cell in a column to another cell.
 
Try this:

=LOOKUP(REPT("z",255),A;A)

--
Biff
Microsoft Excel MVP


"rdp" wrote in message
...
I need a formula that will allow me to show the text in the last cell of a
column in another cell at the top of that same column. I have found one
that
works for numbers but not text.

Any suggestions?




rdp

Text in last used cell in a column to another cell.
 
It worked. Thank you very much.

"Gaurav" wrote:

=LOOKUP(2,1/(A1:A65535<""),A1:A65535)


"rdp" wrote in message
...
I need a formula that will allow me to show the text in the last cell of a
column in another cell at the top of that same column. I have found one
that
works for numbers but not text.

Any suggestions?





rdp

Text in last used cell in a column to another cell.
 
I have run across one problem with what you gave me. When the cell in the
column has a formula in it the result is a blank cell. All is well as long
as there are no formula in the referenced cell. Help would be appreciated.


"Gaurav" wrote:

=LOOKUP(2,1/(A1:A65535<""),A1:A65535)


"rdp" wrote in message
...
I need a formula that will allow me to show the text in the last cell of a
column in another cell at the top of that same column. I have found one
that
works for numbers but not text.

Any suggestions?






All times are GMT +1. The time now is 05:41 PM.

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