• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Conditional formatting based on number of days

lre712

New Member
Hi everyone

I am after some help with conditional formatting, I am creating an activity tracker. What I want to do is change the colour of the end date cell if it is within 5 work days or less of today's date.

I have the end date in A2:A3 etc.

Cheers
Lee
 
Thanks for the reply Peter.

When I try the above everything turns red.I have the following end dates 3-Dec - 17 Dec.

I also would like it to skip any weekend if possible,
 
Then you need a custom formula along the lines of
= NETWORKDAYS( TODAY(), +dueDate ) <= 5
I will take a look tomorrow if no one else has chipped in by then.
 
Hi Lee,
Good day...

You can get more targeted answers by uploading a sample version of your file with manually expected output.

Regards,
 
Back
Top