Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Automatic line insert

Hi

Excel 2002 - I want to be able to put figures into cells
going from top to bottom and have a "totals" cell at the
bottom of these. When I reach the last cell to insert a
figure I want another line to be automatically inserted
and the formula in the "totals" cell to take account of
that line insertion.

Is it possible anf if so how. Any Ideas

Regards
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Automatic line insert

Hi
not what you want but why don't you put your totals cell at the top of
the column and use the following formula (if the total is stored in A1)
=SUM(OFFSET($A$2,0,0,COUNTA($A$2:$A$1000)))

Benefits:
- no macro required (as it would be for your specification)
- simple formulas

--
Regards
Frank Kabel
Frankfurt, Germany
"benosc" schrieb im Newsbeitrag
...
Hi

Excel 2002 - I want to be able to put figures into cells
going from top to bottom and have a "totals" cell at the
bottom of these. When I reach the last cell to insert a
figure I want another line to be automatically inserted
and the formula in the "totals" cell to take account of
that line insertion.

Is it possible anf if so how. Any Ideas

Regards


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
if/then insert date but don't want automatic updates redleg Excel Discussion (Misc queries) 7 September 29th 09 09:59 PM
Automatic line break in cells vertblancrouge Excel Discussion (Misc queries) 4 November 5th 08 06:58 PM
Automatic hi-lite or shading every other line MarkT Excel Discussion (Misc queries) 5 October 30th 08 05:54 PM
Excel Automatic Date Insert CJ Excel Worksheet Functions 1 August 29th 08 05:35 PM
Automatic Insert Row & Carriage Return ZimBoy Excel Discussion (Misc queries) 1 June 14th 05 04:38 PM


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

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

About Us

"It's about Microsoft Excel"