A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
- Highlight your range / press F5 (function5) then enter "F4:N500" (no quotes) in Reference
- Press Alt+O then release Alt and press D
- In Conditional Formating manager dialog box, click NEW RULE
- Select Use a formula to determine which cells to format (in the bottom of rule type)
- Enter this formula in Format values where this formula is true text box
(With FAIL found)
=COUNTIF($F4:$N4,"Fail")>0
- Click format, then in fill tab select your fill color / Font Tab for Font color
- ok
- ok
- ok
Repeat Steps for no fail found then use this formula
=AND($F4>0,COUNTIF($F4:$N4,"Fail")=0)
Hope it helps,
~jaeson