Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Automatic insert the last number in a list to another Excel works

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 611
Default Automatic insert the last number in a list to another Excel works

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I insert a formula into Excel and number not disappear? Ruth Setting up and Configuration of Excel 1 July 22nd 06 09:35 AM
works document trying to read in excel Candilinn New Users to Excel 4 July 13th 06 07:39 AM
enable automatic refresh Vass Excel Worksheet Functions 2 March 11th 06 04:36 AM
Can you automatically insert next sequential number in an excel fo jo_9865 Excel Discussion (Misc queries) 2 August 4th 05 10:58 PM
Automatic update of list in Excel Swampy Excel Worksheet Functions 0 August 3rd 05 04:31 PM


All times are GMT +1. The time now is 09:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"