How to keep referencing cell while dragging formula?

tonynguyen10

New Member
Joined
Feb 27, 2012
Messages
21
Hello,

I would like to be able to drag the cell from C3 all the way down to C7 and still retain the formula on income / amount equals percentage.

In other words, $100 / $1,000 is 10%. When I drag cell C3 down to C4, it changes the formula to $125 / BLANK = #DIV/0!.

How can I set the formula it divides everything by $1,000 as i drag down the C column?

Thank you!


[TABLE="width: 283"]
<colgroup><col><col span="2"><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Income[/TD]
[TD]$1,000.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Expense Item[/TD]
[TD]Amount[/TD]
[TD]% of
Income[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Cost 1[/TD]
[TD]$100.00[/TD]
[TD]10%[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Cost 2[/TD]
[TD]$125.00[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Cost 3[/TD]
[TD]$150.00[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Cost 4[/TD]
[TD]$200.00[/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Make b1 an Absolute reference ....not the dollar signs in the formula


Excel 2007
ABC
1Income$1,000.00
2Expense ItemAmount% of income
3Cost 1$100.0010%
4Cost 2$125.0013%
5Cost 3$150.0015%
6Cost 4$200.0020%
Sheet1
Cell Formulas
RangeFormula
C3=B3/$B$1
C4=B4/$B$1
C5=B5/$B$1
C6=B6/$B$1
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,820
Messages
6,181,157
Members
453,021
Latest member
Justyna P

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