Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is there a way to prevent a field in a formula from incrementing when the
formula is copied to other cells? For example: In the formula =PRODUCT(C3,A28), I do not want the A28 to change when I copy the formula to ten other cells. |
#2
![]() |
|||
|
|||
![]()
There is no easy way. If A28 never changes then just enter the number in the
formula. Or copy A28 to the ten cells left or down. "Copying Excel Formulas" wrote: Is there a way to prevent a field in a formula from incrementing when the formula is copied to other cells? For example: In the formula =PRODUCT(C3,A28), I do not want the A28 to change when I copy the formula to ten other cells. |
#3
![]() |
|||
|
|||
![]()
Use the $ sign before the row and column:
=PRODUCT(C3,$A$28) This will mean that the 'A28' part will stay the same where-ever you move it. Alternatively if you want the row to change, you can use $A28, or if you want the column to change, you can use A$28. "Copying Excel Formulas" wrote: Is there a way to prevent a field in a formula from incrementing when the formula is copied to other cells? For example: In the formula =PRODUCT(C3,A28), I do not want the A28 to change when I copy the formula to ten other cells. |
#4
![]() |
|||
|
|||
![]()
I found out from another responder that if you write the A28 as $A$28, the
value will not change as it's copied to other cells. I tried it and it worked. I just wanted to share this with you. "Mike" wrote: There is no easy way. If A28 never changes then just enter the number in the formula. Or copy A28 to the ten cells left or down. "Copying Excel Formulas" wrote: Is there a way to prevent a field in a formula from incrementing when the formula is copied to other cells? For example: In the formula =PRODUCT(C3,A28), I do not want the A28 to change when I copy the formula to ten other cells. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Again-revealing the contents of formula | Excel Worksheet Functions | |||
Creating a check mark box | Setting up and Configuration of Excel | |||
How do I prevent Excel from plotting a cell w/ a formula as a "ze. | Charts and Charting in Excel | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
How do I prevent incorrect formula results appearing in cell? | Excel Worksheet Functions |