Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a simple formula C9 = C10. When I insert a new row which makes C10 C11
I want the formula to still look at C10. Currently when I add a new row the formula changes. Any help is appreciated |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Probably another way, but as long as you don't plan on copying this formula
to other locations expecting it to automatically change, then you could use this. =INDIRECT("C9")=INDIRECT("C10") HTH, Paul -- "DDR" wrote in message ... I have a simple formula C9 = C10. When I insert a new row which makes C10 C11 I want the formula to still look at C10. Currently when I add a new row the formula changes. Any help is appreciated |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=INDIRECT("C10")
-- Gary''s Student - gsnu200774 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=C9=INDIRECT("C10")
"DDR" wrote: I have a simple formula C9 = C10. When I insert a new row which makes C10 C11 I want the formula to still look at C10. Currently when I add a new row the formula changes. Any help is appreciated |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I make a blank cell in a formula cell with a range of cell | Excel Discussion (Misc queries) | |||
adding a formula in a cell but when cell = 0 cell is blank | Excel Worksheet Functions | |||
Cell Formula reference to cell Based On third Cell Content | Excel Discussion (Misc queries) | |||
Cell Formula reference to cell Based On third Cell Content | Excel Discussion (Misc queries) | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |