Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to have the last value entered in a column to display at the
bottom of the column. Each column is updated daily and I want it to always take the last value in the column. Thank You |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Marc,
For example, in cell D101, enter: =INDEX(D1:D100,COUNTA(D1:D100)) This assumes that there are no intermediate blanks in range D1:D100 - i.e., cell D59 is blank but cells D60, D61, and on are filled. If that is the case (intermediate blanks are there) then this array formula, entered with Ctrl-Shift-Enter, will do it: =INDEX(D1:D100,MAX((D1:D100<"")*ROW(D1:D100))) HTH, Bernie MS Excel MVP "Marc" wrote in message ... I am trying to have the last value entered in a column to display at the bottom of the column. Each column is updated daily and I want it to always take the last value in the column. Thank You |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Help with macro looping and color query function | Excel Discussion (Misc queries) | |||
up to 7 functions? | Excel Worksheet Functions |