Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am looking for a way to temporarily remove a cell or cells from a summed column without losing the contents of the cell. Something similar to, "if A90 then C9, E9 , G9 =0" and then be able to restore the original contents of C9, E9 & G9 by returning the value of A9 to 0. The effect being to take out an area of computations to see the change to the bottom line and then restoring those computations. Any and all suggestions eagerly received and entertained. -- Mr. Green Genes ------------------------------------------------------------------------ Mr. Green Genes's Profile: http://www.excelforum.com/member.php...o&userid=34472 View this thread: http://www.excelforum.com/showthread...hreadid=542343 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In C9 enter
=IF(A90,0,value) where value is the value you want if A9 is zero. Use as similar formula for E9 and G9. "Mr. Green Genes" wrote: I am looking for a way to temporarily remove a cell or cells from a summed column without losing the contents of the cell. Something similar to, "if A90 then C9, E9 , G9 =0" and then be able to restore the original contents of C9, E9 & G9 by returning the value of A9 to 0. The effect being to take out an area of computations to see the change to the bottom line and then restoring those computations. Any and all suggestions eagerly received and entertained. -- Mr. Green Genes ------------------------------------------------------------------------ Mr. Green Genes's Profile: http://www.excelforum.com/member.php...o&userid=34472 View this thread: http://www.excelforum.com/showthread...hreadid=542343 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() JMB Wrote: In C9 enter =IF(A90,0,value) where value is the value you want if A9 is zero. Use as simila formula for E9 and G9. [/color] This isn't quite what I'm looking for. I want to be able to remove ~1 cells in a row and then restore them. Similar to deleting them the using the undo. Except I just want to turn freeze the cells as if the had a value of zero then be able to turn them back on -- Mr. Green Gene ----------------------------------------------------------------------- Mr. Green Genes's Profile: http://www.excelforum.com/member.php...fo&userid=3447 View this thread: http://www.excelforum.com/showthread.php?threadid=54234 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the cells are part of a summed range and you want them excluded from the
total, you can use Subtotal instead of Sum, then hide the rows with the cells you want excluded. Subtotal excludes hidden rows while Sum does not. "Mr. Green Genes" wrote: JMB Wrote: In C9 enter =IF(A90,0,value) where value is the value you want if A9 is zero. Use as similar formula for E9 and G9. This isn't quite what I'm looking for. I want to be able to remove ~10 cells in a row and then restore them. Similar to deleting them then using the undo. Except I just want to turn freeze the cells as if they had a value of zero then be able to turn them back on. -- Mr. Green Genes ------------------------------------------------------------------------ Mr. Green Genes's Profile: http://www.excelforum.com/member.php...o&userid=34472 View this thread: http://www.excelforum.com/showthread...hreadid=542343 [/color] |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Turn off "CALCULATE" on bottom of Excel worksheet. near "Ready" | Excel Discussion (Misc queries) | |||
Convert cell "contents" into a "comment" | Excel Discussion (Misc queries) | |||
how to increase size of "name box" and "contents of cell " displa. | New Users to Excel | |||
cells formatted to tick when text value "Y" if or null if "N" | Excel Discussion (Misc queries) | |||
"IF"- "THEN" type Formula based on Null value | Excel Worksheet Functions |