Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Inserting rows without changing formula values

How do I keep the value range constant in a formula when I insert new rows?
I have a constant value, 1000 and I need to subtract the value in cell B-3
daily. I have the formula set up as =SUM(1000-B3). Whenever I insert a row,
the formula adjusts B3 to B4 - I need for it to stay B3 even after inserting
new rows.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 60
Default Inserting rows without changing formula values

Dollar sign make a location static:

--
-John Northwest11
Please rate when your question is answered to help us and others know what
is helpful.
=SUM(1000-$B$3)

"Hook''em 2006" wrote:

How do I keep the value range constant in a formula when I insert new rows?
I have a constant value, 1000 and I need to subtract the value in cell B-3
daily. I have the formula set up as =SUM(1000-B3). Whenever I insert a row,
the formula adjusts B3 to B4 - I need for it to stay B3 even after inserting
new rows.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Inserting rows without changing formula values

Try this:

=1000-INDIRECT("B3")

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Hook''em 2006" wrote in message
...
How do I keep the value range constant in a formula when I insert new rows?
I have a constant value, 1000 and I need to subtract the value in cell B-3
daily. I have the formula set up as =SUM(1000-B3). Whenever I insert a
row,
the formula adjusts B3 to B4 - I need for it to stay B3 even after inserting
new rows.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,090
Default Inserting rows without changing formula values

Change your formula to:
=1000-$B$3
HTH Otto
"Hook''em 2006" wrote in message
...
How do I keep the value range constant in a formula when I insert new
rows?
I have a constant value, 1000 and I need to subtract the value in cell B-3
daily. I have the formula set up as =SUM(1000-B3). Whenever I insert a
row,
the formula adjusts B3 to B4 - I need for it to stay B3 even after
inserting
new rows.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 620
Default Inserting rows without changing formula values

Have you looked at what happens to that formula if you insert a new row
before row 3, Otto?

The INDIRECT() solution suggested in an earlier reply makes sense.
--
David Biddulph

"Otto Moehrbach" wrote in message
...
Change your formula to:
=1000-$B$3
HTH Otto


"Hook''em 2006" wrote in message
...
How do I keep the value range constant in a formula when I insert new
rows?
I have a constant value, 1000 and I need to subtract the value in cell
B-3
daily. I have the formula set up as =SUM(1000-B3). Whenever I insert a
row,
the formula adjusts B3 to B4 - I need for it to stay B3 even after
inserting
new rows.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,090
Default Inserting rows without changing formula values

David
That's a new one on me. Thanks for that. Otto
"David Biddulph" wrote in message
...
Have you looked at what happens to that formula if you insert a new row
before row 3, Otto?

The INDIRECT() solution suggested in an earlier reply makes sense.
--
David Biddulph

"Otto Moehrbach" wrote in message
...
Change your formula to:
=1000-$B$3
HTH Otto


"Hook''em 2006" wrote in message
...
How do I keep the value range constant in a formula when I insert new
rows?
I have a constant value, 1000 and I need to subtract the value in cell
B-3
daily. I have the formula set up as =SUM(1000-B3). Whenever I insert a
row,
the formula adjusts B3 to B4 - I need for it to stay B3 even after
inserting
new rows.





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
Getting all rows of data that have a value in a particular column Rikki-Handgards Excel Discussion (Misc queries) 30 December 10th 07 12:29 PM
Inserting a cell changes my formula values shallina Excel Worksheet Functions 2 August 18th 06 05:42 PM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula to compare multiple rows values based on another column? Murph Excel Worksheet Functions 4 February 21st 05 02:44 AM


All times are GMT +1. The time now is 10:24 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"