Conditional formatting formula required for day of week and a value

laura_pink

New Member
Joined
Aug 21, 2014
Messages
30
Office Version
  1. 365
Platform
  1. Windows
Hi,
I have a really simple spreadsheet where column A is the date, column B is the activity total shown as a number and column C states the day of the week i.e. "Mon".
I need to set some conditional formatting so that when column C is "Mon" and column B is greater than 415, then the value in column B turns red.

I have tried this and its not working:
=AND($C$3:$C$2734="Mon",$B$3:$B$2734>415) I have also tried it the other way round =AND($B$3:$B$2734>415,$C$3:$C$2734="Mon")
I have also tried it without the commas around Mon - nothing works.

Any ideas? Many Thanks,
Laura
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Before you go... sorry.. I thought if I wanted to add some more categories such as values between 394 and 365 - turn a different colour and so on it would be the same? However when I copied your last formula its not working. Are there only so many formats you can apply? Thanks
 
Upvote 0
In what way is it not working?
Also what is the formula you are using?
 
Upvote 0
Sorry for the delay. I just tried:

=AND($C3="Mon",$B3>=394,$B3<=365)
I don't think there is any overlap?
 
Upvote 0
=AND($C3="Mon",$B3>=394,$B3<=365)
You have the signs backwards.
How can something be greater than 394 and less than 365 at the same time? It is impossible.
 
Upvote 0
o_O Oh dear. I’ve definitely had enough of this for one day!! Thanks for helping
 
Upvote 0

Forum statistics

Threads
1,214,925
Messages
6,122,301
Members
449,078
Latest member
nonnakkong

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top