Select the entire sheet (A1 active),
then apply CF using Formula Is:
=AND($A1="CMP",$B1="A")
Format to taste, OK out
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CrimsonPlague29" wrote:
> I know how to conditional format an entire line if one condition is met
> (using =$A2=TRUE)
>
> I want the conditional format to highlight the line item only if the
> following is met
> Status= CMP and Product = A
> (sample spreadsheet data)
> Status Product BuildQTY TOGOQTY
> CMP A 10 0
> OPN A 20 10
> CMP B 15 0
> CMP C 5 0
> I do not want to highlight any other Products that are status cmp