Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default fixed cell in formula calculation

i am trying to create a repeating formula, but use a single cell as a
constant, e.g.

Col A Col B Col C
Row 1 3 3 =(a1*b1)+b4
Row 2 2 3 =(a2*b2)+b4
Row 3 4 2 =(a3*b3)+b4
Row 4 2

in this case b4 is constant in all formulas, while the other variables (a1 &
b1, etc.) naturally adjust when the column is autofilled. My problem is in a
typical autofill, b4 will change to b5 to b6, etc.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default fixed cell in formula calculation

use

=(a1*b1)+$b$4

and copy that down. The $ before the B says keep the column static, while
the $ before the 4 means keep the row static

"mattg" wrote:

i am trying to create a repeating formula, but use a single cell as a
constant, e.g.

Col A Col B Col C
Row 1 3 3 =(a1*b1)+b4
Row 2 2 3 =(a2*b2)+b4
Row 3 4 2 =(a3*b3)+b4
Row 4 2

in this case b4 is constant in all formulas, while the other variables (a1 &
b1, etc.) naturally adjust when the column is autofilled. My problem is in a
typical autofill, b4 will change to b5 to b6, etc.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default fixed cell in formula calculation

Thanks for your help!

"Duke Carey" wrote:

use

=(a1*b1)+$b$4

and copy that down. The $ before the B says keep the column static, while
the $ before the 4 means keep the row static

"mattg" wrote:

i am trying to create a repeating formula, but use a single cell as a
constant, e.g.

Col A Col B Col C
Row 1 3 3 =(a1*b1)+b4
Row 2 2 3 =(a2*b2)+b4
Row 3 4 2 =(a3*b3)+b4
Row 4 2

in this case b4 is constant in all formulas, while the other variables (a1 &
b1, etc.) naturally adjust when the column is autofilled. My problem is in a
typical autofill, b4 will change to b5 to b6, etc.

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
What calculation can I use to find income on a fixed investment? Ken K Excel Discussion (Misc queries) 3 June 3rd 06 10:08 PM
how to paste formula but reference a fixed cell HR Excel Discussion (Misc queries) 3 April 7th 06 04:27 AM
Problem with draging a formula,one cell value fixed,trivial question marko Excel Discussion (Misc queries) 3 November 13th 05 11:22 PM
Need formula for a fixed cell minus last entry on ongoing log Mari C Excel Worksheet Functions 5 July 16th 05 09:52 PM
Fixed Duration-strange calculation TraceyH New Users to Excel 1 January 15th 05 10:41 AM


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