Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I conditionally format a cell that returns the above error?
LT |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Thu, 5 Jun 2008 10:15:01 -0700, Looping through
wrote: How do I conditionally format a cell that returns the above error? LT For the conditional format formula, use: =ERROR.TYPE(cell_reference)=2 and format the font color to be the same as the background color. --ron |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
if you want that excel shows blank instead of #DIV/0
use =if(iserror(yourfuncion),"",(yourfuncion)) hth -- regards from Brazil Thanks in advance for your feedback. Marcelo "Looping through" escreveu: How do I conditionally format a cell that returns the above error? LT |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Conditionally format it to show what? Turn the cell red, change the font color, format the cell so the error doesn't show? Do you want to do this just for printing or do you want to do this until the cell has a non-error value? Better way to handle this is to replace the error formula with an IF test to trap the error. 1. In 2003 select the cell, here A1, choose Format, Conditional Formatting, Formula is from the first drop down, and enter =ISERR(A1), click Format, Font, Color, pick the color that matches the background, probably white. 2. Suppose the formula that caused the problem was =A2/B2, then in the cell with the formula replace it with =IF(B2=0,"",A2/B2) -- Cheers, Shane Devenshire "Looping through" wrote: How do I conditionally format a cell that returns the above error? LT |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hide code does not hide | Excel Discussion (Misc queries) | |||
How to hide a pop up | Excel Discussion (Misc queries) | |||
Hide Unhide Hide again | New Users to Excel | |||
How can I hide #VALUE! | Excel Worksheet Functions | |||
How do I hide a worksheet in Excel and use a password to un-hide . | Excel Discussion (Misc queries) |