#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default #VALUE!

Is there a way to not have #value! show in a call?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default #VALUE!

=IF(ISERROR(YourFormula),"",YourFormula)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"dwolf" wrote in message
...
Is there a way to not have #value! show in a call?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default #VALUE!

OR

Page Setup / Sheet / Cell errors as: (choose blank; default is displayed)

- this is only for printing pages (error is not displayed)

- IF(ISERROR) for hide message "error" when sheet is displayed


"dwolf" wrote in message
...
Is there a way to not have #value! show in a call?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default #VALUE!

Trap for data that would create the error in the first place.

Elsewise =IF(ISERROR(D1*F1),"",D1*F1)

in 2007 =IFERROR(D1*F1,"")


Gord Dibben MS Excel MVP

On Mon, 11 Jan 2010 10:22:03 -0800, dwolf
wrote:

Is there a way to not have #value! show in a call?


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



All times are GMT +1. The time now is 05:54 AM.

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

About Us

"It's about Microsoft Excel"