Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
With a column of data I want to automatically select the last line and
display it in another cell, possible? |
#2
![]() |
|||
|
|||
![]()
Paul,
This won't select it, only a macro could do that, but this formula will display the last cell. There can be no empty cells along the way. =OFFSET(A1,COUNTA(A:A)-1,0,1,1) -- Earl Kiosterud mvpearl omitthisword at verizon period net ------------------------------------------- "Paul - South Australia" <Paul - South wrote in message ... With a column of data I want to automatically select the last line and display it in another cell, possible? |
#3
![]() |
|||
|
|||
![]()
Paul
To display the last numeric in a column........ =LOOKUP(9.99999999999999E+307,A:A) To display the last text entry in a column.......... =LOOKUP(REPT("z",255),A:A) Both will ignore blank cells. Gord Dibben Excel MVP On Mon, 14 Mar 2005 20:01:02 -0800, "Paul - South Australia" <Paul - South wrote: With a column of data I want to automatically select the last line and display it in another cell, possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Column & Line Charts | Charts and Charting in Excel | |||
Line and Column Graph | Charts and Charting in Excel | |||
Missing values in Excel Line Chart | Charts and Charting in Excel | |||
Set up barcode column in Excel | Excel Worksheet Functions |