C cjjoo Oct 12, 2005 #1 i want to get rid of the #NUM from my cells. Can i use conditional formatting? and what is the formula to use?
i want to get rid of the #NUM from my cells. Can i use conditional formatting? and what is the formula to use?
M malik641 Oct 12, 2005 #2 Use IF(ISERROR(Formula),"",Formula) If you have multiple entries you could use a macro also.
B Biff Oct 12, 2005 #3 Hi! To use cf: Select the cell Conditional Formatting Formula is: =ISERROR(cell_reference) Set the font color to be the same as the background color Another way: Instead of using cf put an error trap in the formula that is returning the #NUM! error. =IF(ISERROR(your_formula)),"",your_formula)) Biff
Hi! To use cf: Select the cell Conditional Formatting Formula is: =ISERROR(cell_reference) Set the font color to be the same as the background color Another way: Instead of using cf put an error trap in the formula that is returning the #NUM! error. =IF(ISERROR(your_formula)),"",your_formula)) Biff