Conditional Formatting Help

ChrisFoster

Active Member
Joined
Jun 21, 2019
Messages
251
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I have a simple sheet that contains rota information.
In UK format I have the week commencing dates (Mondays) in column A, then staff names in B:D (as below).

What formula can I use in conditional formatting to highlight that we are in the current week? So for example, this week the row highlighted would be 17/10/2022, but when I open the tracker on Monday of next week it will highlight 24/10/2022?

DateAdvisor 1Advisor 2Lead Gen
03/10/2022CameronSamEloise
10/10/2022JamesLaurenTom
17/10/2022SteveNessJodie
24/10/2022CameronWasimEloise
31/10/2022JamesLaurenTom
07/11/2022SteveNessJodie
14/11/2022KhurramSamYusuf
21/11/2022CameronWasimEloise
28/11/2022JamesLaurenTom
05/12/2022SteveNessJodie
12/12/2022KhurramSamYusuf

Kind Regards,

Chris
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
How about
Excel Formula:
=$A2=WORKDAY.INTL(TODAY()+1,-1,"0111111")
 
Upvote 0
Great thanks for that. It nearly worked, I just needed to change the '$A2' to '$A1' as below, it's working perfectly now. Thanks alot.

Excel Formula:
=$A1=WORKDAY.INTL(TODAY()+1,-1,"0111111")
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,434
Messages
6,130,609
Members
449,584
Latest member
c_clark

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