Help copying cell formula to other cells

tyshanklin

New Member
Joined
Jun 17, 2014
Messages
9
Hi all,

This may be a simple fix, but I cannot figure out how to accomplish it. I need to multiply two cells, and put the value in a third cell - sounds simple enough, but when as I need this expression to run across 30 cells, the formula gets messed up.

Here's the breackdown:

- Tab "Job" Column B has the number of hours needed to complete a job.
- Tab "Financial" B4 has the cost per hour.
- Tab "Job" Column L needs to multiply the number of hours in the corresponding cell by the cost per hour (i.e. L2 needs to multiply B2 with FINANCIAL!B4, L3 needs to multiply B3 with FINANCIAL!B4, etc).

The formula I used was
=B2*FINANCIAL!B4, but when I grab the square in the bottom right of the cell of L2 and drag it down, it continually adds one to B4 (changing it to FINANCIAL!B5, B6, B7, B8 and so on). Any ideas on what formula I should be using?

Thanks
 
Last edited:

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Hi tyshanklin,

Sounds like you need to anchor (lock) cell B4 i.e.

=B2*FINANCIAL!$B$4

Hope that helps,

Robert
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,559
Members
449,089
Latest member
Motoracer88

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