Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do you replace an error (in my case, #N/A) with a space? The cell shows
that error until I type information into the cell next to it that gives it information. I would like for the cell to remain blank until it needs to be used. Is there a formula for this? I know I can keep it from showing when I print, but I need to send this as an e-mail and do not want the error to show. Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2003 HELP
#N/A =IF(ISERROR(old_formula),"",old_formula) "A" wrote: How do you replace an error (in my case, #N/A) with a space? The cell shows that error until I type information into the cell next to it that gives it information. I would like for the cell to remain blank until it needs to be used. Is there a formula for this? I know I can keep it from showing when I print, but I need to send this as an e-mail and do not want the error to show. Thanks! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
But, where do I place this formula?
"Vacation's Over" wrote: Excel 2003 HELP #N/A =IF(ISERROR(old_formula),"",old_formula) "A" wrote: How do you replace an error (in my case, #N/A) with a space? The cell shows that error until I type information into the cell next to it that gives it information. I would like for the cell to remain blank until it needs to be used. Is there a formula for this? I know I can keep it from showing when I print, but I need to send this as an e-mail and do not want the error to show. Thanks! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() in the cell in which you don't need the #N/A to appear. "A" wrote: But, where do I place this formula? "Vacation's Over" wrote: Excel 2003 HELP #N/A =IF(ISERROR(old_formula),"",old_formula) "A" wrote: How do you replace an error (in my case, #N/A) with a space? The cell shows that error until I type information into the cell next to it that gives it information. I would like for the cell to remain blank until it needs to be used. Is there a formula for this? I know I can keep it from showing when I print, but I need to send this as an e-mail and do not want the error to show. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replacing an ERROR message with "NA" | Excel Discussion (Misc queries) | |||
Replacing #DIV/0! With Just 0 | Excel Worksheet Functions | |||
Replacing #N/A with a '0' (zero) | Excel Worksheet Functions | |||
replacing #N/A with 0 | Excel Discussion (Misc queries) | |||
Help Replacing all ( * ) with ( - ) | Excel Discussion (Misc queries) |