PC Review


Reply
Thread Tools Rate Thread

Dragging a calculation

 
 
Joel
Guest
Posts: n/a
 
      12th Dec 2007
Hi One and all

This is a real simple question for those in the know. I have a formula in a
cell that I want to drag down so I don't have to write the formula 2000
times. This I can do but there is part of the formula that I don't wish to
change.

=IF(D6="","",(D6*Template!T14))

Then next formula should be =IF(D7="","",(D7*Template!T14))
Then it sould be =IF(D8="","",(D8*Template!T14))

Has you can see I don't want the T14 Cell to change but the rest I do

Thanks Joel
--
N/A
 
Reply With Quote
 
 
 
 
Mike H
Guest
Posts: n/a
 
      12th Dec 2007
Hi

Note the dollar signs added to your formula to make the reference absolute

=IF(D8="","",(D8*Template!$T$14))

Mike

"Joel" wrote:

> Hi One and all
>
> This is a real simple question for those in the know. I have a formula in a
> cell that I want to drag down so I don't have to write the formula 2000
> times. This I can do but there is part of the formula that I don't wish to
> change.
>
> =IF(D6="","",(D6*Template!T14))
>
> Then next formula should be =IF(D7="","",(D7*Template!T14))
> Then it sould be =IF(D8="","",(D8*Template!T14))
>
> Has you can see I don't want the T14 Cell to change but the rest I do
>
> Thanks Joel
> --
> N/A

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      12th Dec 2007
Add the dollar signs to make T14 absolute.

=IF(D6="","",(D6*Template!$T$14))

For more see help on relative and absolute references.


Gord Dibben MS Excel MVP


On Wed, 12 Dec 2007 09:01:01 -0800, Joel <(E-Mail Removed)> wrote:

>Hi One and all
>
>This is a real simple question for those in the know. I have a formula in a
>cell that I want to drag down so I don't have to write the formula 2000
>times. This I can do but there is part of the formula that I don't wish to
>change.
>
>=IF(D6="","",(D6*Template!T14))
>
>Then next formula should be =IF(D7="","",(D7*Template!T14))
>Then it sould be =IF(D8="","",(D8*Template!T14))
>
>Has you can see I don't want the T14 Cell to change but the rest I do
>
>Thanks Joel


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I use a rounded calculation result in another calculation? =?Utf-8?B?dm5zcm9kMjAwMA==?= Microsoft Excel Worksheet Functions 1 26th Jan 2005 10:11 PM
How do I use a rounded calculation result in another calculation? =?Utf-8?B?dm5zcm9kMjAwMA==?= Microsoft Excel Worksheet Functions 1 26th Jan 2005 09:36 PM
Dragging/ Auto Calculation Problem Matt G Microsoft Excel Misc 2 18th Jun 2004 04:41 PM
Concatenating a Calculation with Text causes the Calculation to be incorrect?? Nelson Microsoft Excel Worksheet Functions 4 1st Apr 2004 06:51 PM
range.calculation with UDF not working when calculation is set to automatic Brian Murphy Microsoft Excel Programming 5 14th Oct 2003 07:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:06 PM.