Formula, how do you permanently fix a certain part of a formula

hotrod

Board Regular
Joined
Feb 3, 2009
Messages
103
When I copy/paste special/formula, I don't want a certain part of the formula to change.

Column A
Row 4 =(12500/Data!C$17)*(OFFSET(Data!C$19,(ROW(A1)-1)*9,0,1,1)-Data!C$17)
Row 5 =(12500/Data!C$17)*(OFFSET(Data!C$28,(ROW(A1)-1)*9,0,1,1)-Data!C$17)
For every row of column A I always want Data!C$17 permanently (Data! is information from another sheet).

Then for Column B
Row 4 =(12500/Data!D$17)*(OFFSET(Data!D$19,(ROW(A1)-1)*9,0,1,1)-Data!D$17)
Row 5 =(12500/Data!D$17)*(OFFSET(Data!D$28,(ROW(A1)-1)*9,0,1,1)-Data!D$17)
For every row of column B I always want Data!D$17 permanently.

Columns E-CV would be Data!E$17-Data!CV$17 etc.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Data!$D$17...

Put dollar signs in front of the col reference, row reference, or both, depending on what you don't want to self adjust. See help topics for Relative vs. Absolute references.

Hope this helps,

Mark
 
Upvote 0
Mark, thanks for the confirmation.

What information I posted was right, for some reason it did not work.

Regards
Donna
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top