Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I guess this should be very simple but ...
If I have a column with let's say 6 records (unsorted amounts) and every day I am adding a new record to the next cell until (e.g.) 20 values then I want that one cell shows the most recent value that has been input in the row, so that one which has the lowest position in this column - is there a formula that can do it? Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Last Numeric value
=LOOKUP(9.99999999999999E+307,A:A) Last Text value -- Gary's Student "Charles Drummer" wrote: I guess this should be very simple but ... If I have a column with let's say 6 records (unsorted amounts) and every day I am adding a new record to the next cell until (e.g.) 20 values then I want that one cell shows the most recent value that has been input in the row, so that one which has the lowest position in this column - is there a formula that can do it? Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() This will also work: =OFFSET(A1,COUNT(A:A)-1,0) -- CaptainQuattro ------------------------------------------------------------------------ CaptainQuattro's Profile: http://www.excelforum.com/member.php...o&userid=32763 View this thread: http://www.excelforum.com/showthread...hreadid=526110 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
Running total w/2 columns - Excel | Excel Worksheet Functions | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |