Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Every month I enter current electric charges in the corresponding month's
cell. I want to take the most recent month's entry, the last entry, and insert in a cell in another work sheet. How do I get this done automatically? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The only thing that could insert the value somewhere else is a macro. But a
formula in the next sheet could extract the last item in a column from a sheet. This formula would return the last item in column I of Sheet2. The cells in column I must be populated from the top, no empty cells, or it'll mess up. =OFFSET(Sheet2!I1,COUNTA(Sheet2!I:I)-1,0,1,1) -- Earl Kiosterud www.smokeylake.com ----------------------------------------------------------------------- "jons" wrote in message ... Every month I enter current electric charges in the corresponding month's cell. I want to take the most recent month's entry, the last entry, and insert in a cell in another work sheet. How do I get this done automatically? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I insert a formula into Excel and number not disappear? | Setting up and Configuration of Excel | |||
works document trying to read in excel | New Users to Excel | |||
enable automatic refresh | Excel Worksheet Functions | |||
Can you automatically insert next sequential number in an excel fo | Excel Discussion (Misc queries) | |||
Automatic update of list in Excel | Excel Worksheet Functions |