C
carl
my data looks as so:
Product Sales Target
A 10 5
B 15 30
C 5 10
I would like to have the row highlighted that passes the following criteria:
Sales >= 10 and Sales>=Target
So in this example, only row 1 would be highlighted.
Thank you in advance
Product Sales Target
A 10 5
B 15 30
C 5 10
I would like to have the row highlighted that passes the following criteria:
Sales >= 10 and Sales>=Target
So in this example, only row 1 would be highlighted.
Thank you in advance