M Marcus Analyst Jan 4, 2008 #1 I want to conditionally format a cell that 1) contains a formula and 2) the the result of the formula equals "#VALUE!"
I want to conditionally format a cell that 1) contains a formula and 2) the the result of the formula equals "#VALUE!"
K Kevin B Jan 4, 2008 #2 Change the condition to FORMULA IS and use the following formula: =ERROR.TYPE(C2)=3 Replace C2 with the cell you are formatting.
Change the condition to FORMULA IS and use the following formula: =ERROR.TYPE(C2)=3 Replace C2 with the cell you are formatting.