Dollar signs

AnnaKarin

New Member
Joined
Aug 17, 2011
Messages
7
Hi,
I wonder if anyone knows if it is possible to remove dollar signs from a formula from several cells as the same time?
Let's say that I have a very simple formula "=C1-B1". I use the dollar signs on cell B1 because that is a constant, so "=C1-$B$1". I then copy the formula to several cells horizontally. After that I need to remove the dollarsigns from all these cells because I want to "fill" the formula vertically in all columns (B1 should then change to B2, B3, etc.). As it is now I have to remove the dollarsigns one by one using the F4 key, but is there any way of removing them all at once?
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Highlight all the cells containing the formulas with $ in them and then use Find & Replace to replace the $ with nothing.
 
Upvote 0
OR,

Instead of
=C1-$B$1

Just use
=C1-B$1


the RED $ locks the Column Reference. So the B stays a B when copied/filled Accross.
the BLUE $ locks the ROW reference. so the 1 stays a 1 when copied/filled Down
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,583
Messages
6,179,671
Members
452,937
Latest member
Bhg1984

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