Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
TMcMillin
 
Posts: n/a
Default Copying formulas with mixed references

I want to fill down a formula like this
=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*1.03) where b=with the absolute
cell references, but have the 1.03 change incrementally (1.03, 1.04, 1.05
etc.). I can't find anything in the help on this - does anyone know how to do
this? Thanks
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

Change your first formula to

=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*(1+ro w(a3)/100))

and copy that down




"TMcMillin" wrote:

I want to fill down a formula like this
=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*1.03) where b=with the absolute
cell references, but have the 1.03 change incrementally (1.03, 1.04, 1.05
etc.). I can't find anything in the help on this - does anyone know how to do
this? Thanks

  #3   Report Post  
TMcMillin
 
Posts: n/a
Default

Can you explain the 1+(a3)/100 so I can use this in other formulas? I'm not
sure what the a3 is. Thanks!

"Duke Carey" wrote:

Change your first formula to

=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*(1+ro w(a3)/100))

and copy that down




"TMcMillin" wrote:

I want to fill down a formula like this
=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*1.03) where b=with the absolute
cell references, but have the 1.03 change incrementally (1.03, 1.04, 1.05
etc.). I can't find anything in the help on this - does anyone know how to do
this? Thanks

  #4   Report Post  
Andibevan
 
Posts: n/a
Default

A3 is refering to cell a3

row(a3) = 3 as row a3 is in row 3

Therefore 1+a3/100 = 1.03

HTH

Andi

"TMcMillin" wrote in message
...
Can you explain the 1+(a3)/100 so I can use this in other formulas? I'm

not
sure what the a3 is. Thanks!

"Duke Carey" wrote:

Change your first formula to

=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*(1+ro w(a3)/100))

and copy that down




"TMcMillin" wrote:

I want to fill down a formula like this
=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*1.03) where b=with the

absolute
cell references, but have the 1.03 change incrementally (1.03, 1.04,

1.05
etc.). I can't find anything in the help on this - does anyone know

how to do
this? Thanks



  #5   Report Post  
Duke Carey
 
Posts: n/a
Default

It's actually 1+ROW(A3)/100

ROW(A3) returns the #3, and dividing it by 100 & adding it to the #1 gives
you the 1.03 referenced in your original formula. Since ROW(A3) uses a
relative reference, as you copy it down the column you increment the 1.03 to
1.04, 1.05, 1.06, etc.



"TMcMillin" wrote:

Can you explain the 1+(a3)/100 so I can use this in other formulas? I'm not
sure what the a3 is. Thanks!

"Duke Carey" wrote:

Change your first formula to

=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*(1+ro w(a3)/100))

and copy that down




"TMcMillin" wrote:

I want to fill down a formula like this
=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*1.03) where b=with the absolute
cell references, but have the 1.03 change incrementally (1.03, 1.04, 1.05
etc.). I can't find anything in the help on this - does anyone know how to do
this? Thanks



  #6   Report Post  
TMcMillin
 
Posts: n/a
Default

OK so it doesn't matter if there is anything in A3, A4, A5 etc.?

"Duke Carey" wrote:

It's actually 1+ROW(A3)/100

ROW(A3) returns the #3, and dividing it by 100 & adding it to the #1 gives
you the 1.03 referenced in your original formula. Since ROW(A3) uses a
relative reference, as you copy it down the column you increment the 1.03 to
1.04, 1.05, 1.06, etc.



"TMcMillin" wrote:

Can you explain the 1+(a3)/100 so I can use this in other formulas? I'm not
sure what the a3 is. Thanks!

"Duke Carey" wrote:

Change your first formula to

=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*(1+ro w(a3)/100))

and copy that down




"TMcMillin" wrote:

I want to fill down a formula like this
=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*1.03) where b=with the absolute
cell references, but have the 1.03 change incrementally (1.03, 1.04, 1.05
etc.). I can't find anything in the help on this - does anyone know how to do
this? Thanks

  #7   Report Post  
Duke Carey
 
Posts: n/a
Default

Correct. Its contents (or lack of contents) are totally irrelevant.


"TMcMillin" wrote:

OK so it doesn't matter if there is anything in A3, A4, A5 etc.?

"Duke Carey" wrote:

It's actually 1+ROW(A3)/100

ROW(A3) returns the #3, and dividing it by 100 & adding it to the #1 gives
you the 1.03 referenced in your original formula. Since ROW(A3) uses a
relative reference, as you copy it down the column you increment the 1.03 to
1.04, 1.05, 1.06, etc.



"TMcMillin" wrote:

Can you explain the 1+(a3)/100 so I can use this in other formulas? I'm not
sure what the a3 is. Thanks!

"Duke Carey" wrote:

Change your first formula to

=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*(1+ro w(a3)/100))

and copy that down




"TMcMillin" wrote:

I want to fill down a formula like this
=(($C$73*$G$81)+(($C$76*0.89)*$F$81))*($C$87*1.03) where b=with the absolute
cell references, but have the 1.03 change incrementally (1.03, 1.04, 1.05
etc.). I can't find anything in the help on this - does anyone know how to do
this? Thanks

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
copying formulas with different references Karl in Springfield Excel Discussion (Misc queries) 1 July 28th 05 03:19 PM
Shortcut for copying formulas referencing different worksheets bhigdon Excel Discussion (Misc queries) 1 July 1st 05 11:09 PM
Excel 2002 - copying formulas across worksheets Greg Excel Discussion (Misc queries) 1 January 27th 05 10:45 PM
Replicating Formulas with Various Worksheet References Cloudburst99 Excel Worksheet Functions 1 January 20th 05 11:15 PM
Copying options: contents, results, formulas, etc. Top Spin New Users to Excel 2 December 20th 04 04:54 PM


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