Hi there,
This one gets a little bit complicated - you need to utilise all three of the conditions which conditional formatting allows:
Condition 1, Format BOLD on HIGHLIGHT:
=AND(H16>=0, J16<F16, MOD(ROW(),2)=0)
Condition 2, Format BOLD on WHITE:
Condition 3, Format NORMAL on HIGHLIGHT:
This highlights the text in the cell whenever the arithmetic conditions are correct & maintains the alternate white/highlight pattern of the rows.
Hope this helps - please let me know how you get on.
Best regards,
Greg M
Bookmarks