Formula in Excel
Formula in Excel
(OP)
In an Excel formula with dependent/referneced cells how do I lock a particular dependent cell while letting the other dependent cells increment as I copy the formula to subsequent rows?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
|
Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.
Here's Why Members Love Eng-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Formula in Excel
If I understand the question correctly then you need to add $ signs to the formula such as $A$1 so that the cells you copy the formula to will continue to pint to the cell A1. If understood incorrectly please let me know
ktwannabe
RE: Formula in Excel
If you only want the columns to remanin constant, type $A1, or for rows type A$1.
With this done, no matter where you copy cell to on worksheet, the row/column/both will remain unchanged.
RE: Formula in Excel
Thanks again!
RE: Formula in Excel
When you finish pasting formulas containing absolute cell references (like those using $ signs), it's a good idea to remove them from the sheet using edit find/replace. I have had some trouble in the past copying parts of Excel sheets that contained absolute references without realizing this, and it can be very troublesome to be referring to a part of a sheet, (or another file) by mistake.
i.e. absolute references retain the full filename and excel tab to which they are pointing ...yikes.
my 2 cents...
tg