Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Excel spreadsheet as input to Access | Excel Discussion (Misc queries) | |||
Spreadsheet merging problems | Excel Worksheet Functions | |||
Linkage data between two spreadsheet | Excel Worksheet Functions | |||
Linking formula to external spreadsheet | Excel Discussion (Misc queries) | |||
How do I cancel sending a spreadsheet by email? | Excel Discussion (Misc queries) |