LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Established spreadsheet shows err for errors for div/0

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
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
My spreadsheet shows 1, 2, 3... instead of A, B, C, for columns Culleoka Excel Discussion (Misc queries) 2 September 10th 08 12:53 AM
Draw Arrow only shows endpoints, file has errors Davevdm Excel Discussion (Misc queries) 0 March 17th 06 10:11 PM
Excel Spreadsheet Shows Nothing! Dolphinv4 Excel Discussion (Misc queries) 2 October 3rd 05 11:33 AM
#name? errors on spreadsheet John Gentile Excel Discussion (Misc queries) 8 July 12th 05 10:03 PM
when I enter 5000 the spreadsheet shows 500. Why? Pecaut lady Excel Discussion (Misc queries) 3 May 9th 05 08:44 PM


All times are GMT +1. The time now is 10:00 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"