I need to highlight row value based on value of two cells. I need the formula to work for entire worksheet.
for eg : if value of B2 > 0 and value of P2 = "NOT OK" then highlight the row with pink color.
But when i add the formula on mac excel 2011 like AND($B2>0,$P2="NOT OK")..its not working.