Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
how do I write a formula in Excel that returns the last value in a column of
figures? This column grow in length as numbers are added daily |
#2
![]() |
|||
|
|||
![]()
Try this:
=LOOKUP(9.99999999999999E+307,A:A) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "DSS" wrote in message ... how do I write a formula in Excel that returns the last value in a column of figures? This column grow in length as numbers are added daily |
#3
![]() |
|||
|
|||
![]()
try this:
=OFFSET(A1,count(A:A)-1,0) You can change this formula until it returns the right result. "RagDyer" wrote: Try this: =LOOKUP(9.99999999999999E+307,A:A) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "DSS" wrote in message ... how do I write a formula in Excel that returns the last value in a column of figures? This column grow in length as numbers are added daily |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return value with using Excel function | New Users to Excel | |||
Excel Logic Function | Excel Discussion (Misc queries) | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) | |||
Missing function in Excel 2003 | Excel Discussion (Misc queries) | |||
IF/ LOOKUP FUNCTION - Excel 2000 | Excel Worksheet Functions |