Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Formula constants?

I want to use the following formula in cell B3:

=(A3*(C29+3))-B29

However, I want to drag this formula down column B, but keep "(C29+3))-B29"
constant. I only want "A3" to change to A4, A5, A6, etc. as I drag the
formula down to cell B25. How do I keep the "(C29+3))-B29" part of the
formula constant?

One of the problems that I'm having in solving this (using Excel HELP) is
that I do know the correct term for what I'm trying to do. I think the term
"constant" is not correct in this situation.

Any help would be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Formula constants?

You'd want to look at relative or absolute addressing:

=(A3*($C$29+3))-$B$29



Glenn L. wrote:

I want to use the following formula in cell B3:

=(A3*(C29+3))-B29

However, I want to drag this formula down column B, but keep "(C29+3))-B29"
constant. I only want "A3" to change to A4, A5, A6, etc. as I drag the
formula down to cell B25. How do I keep the "(C29+3))-B29" part of the
formula constant?

One of the problems that I'm having in solving this (using Excel HELP) is
that I do know the correct term for what I'm trying to do. I think the term
"constant" is not correct in this situation.

Any help would be greatly appreciated.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Formula constants?

Worked like a charm, Dave. Thanks for responding and helping me. Also,
thanks for giving me the proper terminology.

"Dave Peterson" wrote:

You'd want to look at relative or absolute addressing:

=(A3*($C$29+3))-$B$29



Glenn L. wrote:

I want to use the following formula in cell B3:

=(A3*(C29+3))-B29

However, I want to drag this formula down column B, but keep "(C29+3))-B29"
constant. I only want "A3" to change to A4, A5, A6, etc. as I drag the
formula down to cell B25. How do I keep the "(C29+3))-B29" part of the
formula constant?

One of the problems that I'm having in solving this (using Excel HELP) is
that I do know the correct term for what I'm trying to do. I think the term
"constant" is not correct in this situation.

Any help would be greatly appreciated.


--

Dave Peterson

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
Constants in Excel Sharon Excel Discussion (Misc queries) 0 July 24th 08 02:38 PM
Range Name Constants veryeavy Excel Discussion (Misc queries) 2 July 2nd 08 02:23 AM
vba constants for excel diver Excel Discussion (Misc queries) 2 August 25th 05 07:51 PM
How do you copy a formula without incrementing some constants? JohnT Excel Worksheet Functions 2 February 18th 05 11:09 AM
constants Confused Excel Discussion (Misc queries) 3 December 2nd 04 05:05 PM


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