Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Formula Auto-Adjustment

Hello,

I have a formula that references cells on another worksheet (say sheet1).
The formula looks like this:
=sum(sheet1:A1:A8)

When I remove two rows (row 2 and row 3) from sheet1, the formula is
adjusted automatically to:
=sum(sheet1:A1:A6)

However, this is not what I want. How do I keep the original formula
sum(sheet1:A1:A8) even if rows are deleted?
I tried sum(sheet1:$A$1:$A%8), but to no avail.

Any help would be appreciated.


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 857
Default Formula Auto-Adjustment

Hi,

Try

=SUM(INDIRECT("'Sheet1'!A1:A8"))

Be careful - your formula shows a ":" between the sheet name and the address
it should be an "!".

Also, in my formula be careful - there is a single quote 1. after (" 2.
and another one before !

If this helps, please click the Yes button

Cheers,
Shane Devensnhire

"robot" wrote in message
...
Hello,

I have a formula that references cells on another worksheet (say sheet1).
The formula looks like this:
=sum(sheet1:A1:A8)

When I remove two rows (row 2 and row 3) from sheet1, the formula is
adjusted automatically to:
=sum(sheet1:A1:A6)

However, this is not what I want. How do I keep the original formula
sum(sheet1:A1:A8) even if rows are deleted?
I tried sum(sheet1:$A$1:$A%8), but to no avail.

Any help would be appreciated.

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
Value Axis Adjustment Workbook Excel Worksheet Functions 1 December 13th 08 11:32 AM
Using Cell Data as adjustment to formula references Gadgetgw Excel Worksheet Functions 2 October 6th 08 01:42 AM
Formula Adjustment? DaveAsh Excel Worksheet Functions 2 November 14th 07 03:24 PM
formula adjustment Candace Excel Worksheet Functions 2 November 3rd 07 10:02 PM
Formula Adjustment - Help Josh O. Excel Worksheet Functions 1 January 24th 07 02:58 PM


All times are GMT +1. The time now is 05:55 AM.

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"