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!


ABC
1Income$1,000.00
2
3Expense ItemAmount% of
Income
4Cost 1$100.0010%
5Cost 2$125.00?
6Cost 3$150.00?
7Cost 4$200.00?

<colgroup><col><col span="2"><col></colgroup><tbody>
</tbody>
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
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,214,947
Messages
6,122,411
Members
449,081
Latest member
JAMES KECULAH

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