Hi,
I have a formula in a cell which i need conditional formatting. The formula is as follows;
=IF(ISERROR(AVERAGEIFS($J$17:$J$34,$A$17:$A$34,"Day",$B$17:$B$34,"PF18")),"",(AVERAGEIFS($J$17:$J$34,$A$17:$A$34,"Day",$B$17:$B$34,"PF18")))
My conditional formatting basically states that;
>=$H$39 = Green
<$H$39 = Red
=$H$39="" = Blank (No formatting)
When there is an instance where an error value is returned, i.e. "", the cell is changed to green indicating that it reads the "", as greater than the value in H39!
Any idea why the conditional format would read "" as greater than a number value?
Thanks
I have a formula in a cell which i need conditional formatting. The formula is as follows;
=IF(ISERROR(AVERAGEIFS($J$17:$J$34,$A$17:$A$34,"Day",$B$17:$B$34,"PF18")),"",(AVERAGEIFS($J$17:$J$34,$A$17:$A$34,"Day",$B$17:$B$34,"PF18")))
My conditional formatting basically states that;
>=$H$39 = Green
<$H$39 = Red
=$H$39="" = Blank (No formatting)
When there is an instance where an error value is returned, i.e. "", the cell is changed to green indicating that it reads the "", as greater than the value in H39!
Any idea why the conditional format would read "" as greater than a number value?
Thanks