H
Hendrik
I'm using this formula:
=IF(SUMPRODUCT(ISNUMBER(SEARCH("break",$C$2:$R$2))*(C3:R3=0.25)),SUMPRODUCT(ISERR(SEARCH("evt",$C$2:$R$2))*(ISERR(SEARCH("ABS",$C$2:$R$2)))*(ISERR(SEARCH("lunch",$C$2:$R$2)))*C3:R3),0)
When the result is equal to or lower then 0.50 ,I want it to display 0.00 in
the cell as result.
Any suggestions greatly appriciated!
=IF(SUMPRODUCT(ISNUMBER(SEARCH("break",$C$2:$R$2))*(C3:R3=0.25)),SUMPRODUCT(ISERR(SEARCH("evt",$C$2:$R$2))*(ISERR(SEARCH("ABS",$C$2:$R$2)))*(ISERR(SEARCH("lunch",$C$2:$R$2)))*C3:R3),0)
When the result is equal to or lower then 0.50 ,I want it to display 0.00 in
the cell as result.
Any suggestions greatly appriciated!