Dragging a calculation

J

Joel

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
 
M

Mike H

Hi

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

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

Mike
 
G

Gord Dibben

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Hide cell unless value entered into any cell on a row 3
if formula for time sheet. - help 1
formula help 4
IF FORMULA 14
Formula computing only once 2
Help with If formula 6
Auto Fill Question 3
sum if statement 3

Top