Using Conditional Formatting for Multiple Cells

mikecollins08

New Member
Joined
Jun 26, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I am trying to use conditional formatting for multiple cells. For every Friday, I would like to highlight red the ones that is our off Friday. I use a table of dates that I want to match against to highlight the red ones. Only one day gets highlighted. I thought I read that I can use the one formula for multiple cells but cannot remember how. Can someone tell me how to make it highlight all Fridays that are off days.

Conditional format formula
1687789037263.png


Table to compare against.
1687789088295.png


13 Jan highlights correct. 27 January should also show red.
The Friday days are F8, F10, F12, F14, F16, F18

1687789114644.png
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Try it like
Excel Formula:
=countifs($AE$8:$AE$33,F8)
 
Upvote 0
Solution
Thank you, it seems to work by selecting all Fridays and creating the conditional formula using your solution.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

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