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.
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.