Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
A A is offline
external usenet poster
 
Posts: 37
Default Replacing an Error

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default Replacing an Error

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   Report Post  
Posted to microsoft.public.excel.programming
A A is offline
external usenet poster
 
Posts: 37
Default Replacing an Error

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Replacing an Error


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Replacing an ERROR message with "NA" COL Excel Discussion (Misc queries) 4 July 13th 06 11:09 PM
Replacing #DIV/0! With Just 0 Mike Excel Worksheet Functions 2 November 29th 05 11:30 PM
Replacing #N/A with a '0' (zero) neilcarden Excel Worksheet Functions 5 April 20th 05 02:49 PM
replacing #N/A with 0 Mark Excel Discussion (Misc queries) 3 April 7th 05 10:02 PM
Help Replacing all ( * ) with ( - ) Jeam Excel Discussion (Misc queries) 2 December 3rd 04 03:36 PM


All times are GMT +1. The time now is 05:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"