Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I keep specific cell references from advancing to incremental
references when using the fill. For example, when using the fill right command it advances all cell coordinate references, which is ok for the most part, but there is a cell reference which I want to remain unchanged. Does anyone know if this can be done? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You have to use what is called "Absolute Referencing" to keep that reference
fixed. It is done by using the $ sign in the cell reference, for example, if you have a formula like this: =A1+B1 Then you can hold the Cell A1 fixed by changning it to: =$A$1+B1 Have a look over here for a tutorial video about this (the fourth video named "Understanding absolute and relative referencing"): http://www.free-training-tutorial.com/formulas.html The Print King wrote: How do I keep specific cell references from advancing to incremental references when using the fill. For example, when using the fill right command it advances all cell coordinate references, which is ok for the most part, but there is a cell reference which I want to remain unchanged. Does anyone know if this can be done? -- Message posted via http://www.officekb.com |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I knew there must be a way. Works perfect and will save me loads of time. I
only wish Microsoft help menus were as helpful as you! Spent the last hour trying to find a solution, and you solved it in a minute. Thanks a million! "jackgopher via OfficeKB.com" wrote: You have to use what is called "Absolute Referencing" to keep that reference fixed. It is done by using the $ sign in the cell reference, for example, if you have a formula like this: =A1+B1 Then you can hold the Cell A1 fixed by changning it to: =$A$1+B1 Have a look over here for a tutorial video about this (the fourth video named "Understanding absolute and relative referencing"): http://www.free-training-tutorial.com/formulas.html The Print King wrote: How do I keep specific cell references from advancing to incremental references when using the fill. For example, when using the fill right command it advances all cell coordinate references, which is ok for the most part, but there is a cell reference which I want to remain unchanged. Does anyone know if this can be done? -- Message posted via http://www.officekb.com |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
put an absolute reference to it
eg A2 would become $A$2, put your cursor at the cell reference in the formula bar and press F4 key so whenever you copy, $A$2 will remain unchange for more info on absolute vs relative, check the Help in Excel -- Hope this is helpful Pls click the Yes button below if this post provide answer you have asked Thank You cheers, francis "The Print King" wrote: How do I keep specific cell references from advancing to incremental references when using the fill. For example, when using the fill right command it advances all cell coordinate references, which is ok for the most part, but there is a cell reference which I want to remain unchanged. Does anyone know if this can be done? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fill Series Dates: not letting me change the series from year to m | Excel Discussion (Misc queries) | |||
how to fill a different series? | Excel Worksheet Functions | |||
Edit Fill Series - How do I fill using minute increments | Excel Discussion (Misc queries) | |||
Fill Series | New Users to Excel | |||
FILL SERIES | Excel Discussion (Misc queries) |