#VALUE!

  • Thread starter Thread starter dwolf
  • Start date Start date
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
 
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
 
Back
Top