Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Frederic
 
Posts: n/a
Default simplify procedure to get rid of 0 error values in a spreadsheet

MS Excel, all versions

The formula to be entered to replace the irritant "0 error" values, for
example in a percentage column, is very complicated. Example:
if(iserror(formula),"-",formula).

In a large spreadsheet, many celles will display these 0 error formulas and
they are very annoying, especially when printing.

Can MS Excel simplify this in a next version or update?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default simplify procedure to get rid of 0 error values in a spreadsheet

Can MS Excel simplify this in a next version or update?

They are doing just that. (In the next version)

A new function will be added:

IFERREOR

It will take 2 arguments:

IFERROR(Value, value_if_error)

So, instead of doing something like this:

=IF(ISERROR(A1/B1),"",A1/B1)

You'll be able to simplify it to:

=IFERROR(A1/B1,"")

Back to your problem.......

You can use Page Setup and choose not to print the errors or you can hide
them using Conditional Formatting

Before you print:

Goto FilePage SetupSheet tab
Cell errors as.....choose an option from the drop down

Conditional Formatting:

Select the cell(s) in question
Goto FormatConditionla Formatting
Formula is: =ISERROR(cell_reference)
Set the font color to be the same as the background color

Biff

"Frederic" wrote in message
...
MS Excel, all versions

The formula to be entered to replace the irritant "0 error" values, for
example in a percentage column, is very complicated. Example:
if(iserror(formula),"-",formula).

In a large spreadsheet, many celles will display these 0 error formulas
and
they are very annoying, especially when printing.

Can MS Excel simplify this in a next version or update?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow
this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions



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
Using Excel spreadsheet as input to Access dougb415 Excel Discussion (Misc queries) 0 September 22nd 05 02:33 PM
Spreadsheet merging problems Sam B Excel Worksheet Functions 0 September 19th 05 08:05 PM
Linkage data between two spreadsheet vitality Excel Worksheet Functions 2 September 15th 05 06:49 AM
Linking formula to external spreadsheet Tunde Excel Discussion (Misc queries) 1 March 1st 05 03:05 AM
How do I cancel sending a spreadsheet by email? Cendra Excel Discussion (Misc queries) 3 December 2nd 04 09:55 PM


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