Apply conditional formatting rule if value is true?
Closed
apierson0
Posts
2
Registration date
Tuesday February 18, 2014
Status
Member
Last seen
February 19, 2014
-
Feb 18, 2014 at 04:04 PM
apierson0 Posts 2 Registration date Tuesday February 18, 2014 Status Member Last seen February 19, 2014 - Feb 19, 2014 at 10:30 AM
apierson0 Posts 2 Registration date Tuesday February 18, 2014 Status Member Last seen February 19, 2014 - Feb 19, 2014 at 10:30 AM
Related:
- Apply conditional formatting to the selected cells so cells with a value greater than 10
- Apply the moderate effect smartart style - Guide
- Clear only the formatting from the selected cell - Guide
- How to delete cells in word - Guide
- The following excel image has a vba program (see below). what will be the result after the program is executed? any cells not displayed are currently empty, and any cells with numbers are formatted numeric. sub afdo a=0 lastrow = cels(rows. count, 1). end(xdup). row for i =14 to lastrow step 2 a=a cellsii. 5) value next cells(lastrow 2, 1) value = "the sum - Guide
- How to apply at the rate in laptop - Guide
2 responses
Mazzaropi
Posts
1983
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Feb 18, 2014 at 09:19 PM
Feb 18, 2014 at 09:19 PM
apierson0, Good evening.
I'm not sure if I understood correctly your doubt.
Try this one:
Rule 1 ---> =AND(B3="Supervisor",B4<="6:00"*1) --> Format to GREEN
Rule 2 ---> =AND(B3="General Agent",B4<="8:00"*1) --> Format to GREEN
Please, tell us if it worked for you.
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
I'm not sure if I understood correctly your doubt.
Try this one:
Rule 1 ---> =AND(B3="Supervisor",B4<="6:00"*1) --> Format to GREEN
Rule 2 ---> =AND(B3="General Agent",B4<="8:00"*1) --> Format to GREEN
Please, tell us if it worked for you.
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
apierson0
Posts
2
Registration date
Tuesday February 18, 2014
Status
Member
Last seen
February 19, 2014
Feb 19, 2014 at 10:30 AM
Feb 19, 2014 at 10:30 AM
I'll give this a try and see if it works, thank you!