ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Text Displayed (https://www.excelbanter.com/excel-worksheet-functions/107419-text-displayed.html)

tom

Text Displayed
 
How do I set up a cell to display the last entry (of text) in a column,
regardless of what the text says...and have it update daily as more rows are
added to the column, and as the text entry may change...based on the formula?

Can anyone assist me with this?

Tom

Toppers

Text Displayed
 

=LOOKUP(REPT("Z",255),A:A)

will display last text entry in selected range

HTH

"Tom" wrote:

How do I set up a cell to display the last entry (of text) in a column,
regardless of what the text says...and have it update daily as more rows are
added to the column, and as the text entry may change...based on the formula?

Can anyone assist me with this?

Tom


Trevor Shuttleworth

Text Displayed
 
Assuming there are no gaps in the data in column A, this will display the
last entry:

=OFFSET(A1,COUNTA(A:A)-1,0)

Regards

Trevor


"Tom" wrote in message
...
How do I set up a cell to display the last entry (of text) in a column,
regardless of what the text says...and have it update daily as more rows
are
added to the column, and as the text entry may change...based on the
formula?

Can anyone assist me with this?

Tom




tom

Text Displayed
 
How do I eliminate the blank lines displayed by the formula in the ceels of
that column?

The formula is this: =IF(GA264="","",IF(AND(GA264<=0,
GB264<=0),"Go",IF(AND(GA264=100, GB264=97),"Stop",GG263)))

Right now I am getting a blank cell as a response.

Tom

"Toppers" wrote:


=LOOKUP(REPT("Z",255),A:A)

will display last text entry in selected range

HTH

"Tom" wrote:

How do I set up a cell to display the last entry (of text) in a column,
regardless of what the text says...and have it update daily as more rows are
added to the column, and as the text entry may change...based on the formula?

Can anyone assist me with this?

Tom


tom

Text Displayed
 
Thanks !!

"Trevor Shuttleworth" wrote:

Assuming there are no gaps in the data in column A, this will display the
last entry:

=OFFSET(A1,COUNTA(A:A)-1,0)

Regards

Trevor


"Tom" wrote in message
...
How do I set up a cell to display the last entry (of text) in a column,
regardless of what the text says...and have it update daily as more rows
are
added to the column, and as the text entry may change...based on the
formula?

Can anyone assist me with this?

Tom






All times are GMT +1. The time now is 04:36 PM.

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