Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In general:
=IF(ISERROR(Your Formula),"",Your Formula) But of course it's better to prevent the errors: =IF(A2=0,"",A1/A2) -- Regards, Niek Otten Microsoft MVP - Excel "Chris Sergent" wrote in message ... I am so novice at programming in MS Excel. However, I have an Excel spreadsheet with a great deal of formulas on it. Is there a way to either globally suppress errors on an Excel spreadsheet. If not, what code could be written to check the current spreadsheet for any cells that produce an error, to show up as "" without actually changing the formula that already exists. Because all of the formulas are different, a find and replace will not work. I appreciate any help. Thanks. Chris |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My spreadsheet shows 1, 2, 3... instead of A, B, C, for columns | Excel Discussion (Misc queries) | |||
Draw Arrow only shows endpoints, file has errors | Excel Discussion (Misc queries) | |||
Excel Spreadsheet Shows Nothing! | Excel Discussion (Misc queries) | |||
#name? errors on spreadsheet | Excel Discussion (Misc queries) | |||
when I enter 5000 the spreadsheet shows 500. Why? | Excel Discussion (Misc queries) |