Copying/Pasting Formulas

SMatthews

New Member
Joined
Aug 5, 2002
Messages
18
I am trying to enter a formula in a cell (B1) which equals A1 multiplied by the value of 1 cell (F11) on another worksheet within the workbook. I then want to copy the formula so that any numbers entered in column A will be multiplied by the value of F11 on the other wksht. However, when I drag the cell, the F11 goes up by one row. I want the B1 to change but want the "F11" to stay the same. Any suggestions?
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
You have to make F11 an absolute. To do this, either edit the formula manually by entering a $ sign before the F and another one before the 11, so that it looks like this:

=A1*Sheet2!$F$11

or click on the F11 part of the formula in the formula bar and press F4 one time.

This anchors both the F column and row 11.

Suggest you check out "Absolute reference" and "relative reference" in Help, as this is a pretty basic operation in Excel.
 
Upvote 0

Forum statistics

Threads
1,221,692
Messages
6,161,334
Members
451,697
Latest member
pedroDH

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