$SIGN IN FRONT OF CELL VALUES TO lOCK THEM

Tom Woodford

New Member
Joined
Dec 14, 2013
Messages
10
IDK what you call them but I use the $ sign in formulas all the time to lock the value of cell called out in a formula so that it does not change when I copy and past to a new location, so if you have an entire column or row of values that you want to change the $ signs in all at the same time how do you do that?

I have been guilty of changing these one at a time and it is very time consuming and tedious
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
$A$1 is called an absolute reference. A1 is called a relative reference. I'm not sure what to call $A1 and A$1. I call them a mixed reference.

You can remove all "$" symbols from a formula by selecting the cells, press ctrl+H, enter "$" without quotes into the "From what" field, be sure that the "Replace with" field is empty, and click Replace All.

If that does not work for you, click Options and be sure that "Look in" is set to "Formula".

Caveat: That will remove "$" that might be part of something other than an absolute reference.
 
Last edited:
Upvote 0
The term "Anchoring a cell" is often used.

If you're copying rows or columns just change one and copy the formula down or across depending how you're copying.
e.g
copying down column A

in A1
=B$3
copy paste down column A would anchor the 3, it wouldnt change.
 
Upvote 0

Forum statistics

Threads
1,215,212
Messages
6,123,654
Members
449,113
Latest member
Hochanz

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