CF based on Weekdays

ExcelRoy

Well-known Member
Joined
Oct 2, 2006
Messages
2,540
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I am looking o use the traffic light system to show any dates in a cell the exceed the current date by 1day, 2 days and 3 days, but if no date just remain blank

Starting in K16 thru K512

I was trying =WEEKDAY(TODAY(),1)>1 but cannot seem to get this working correctly

Thanks for any help
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
you should be doing something like A1-TODAY()>1 and son on, not using WEEKDAY
 
Upvote 0
Hi Momentum,

Wont this count weekends?

I would like the CF to work only for working days Mon-Fri

Thanks
 
Upvote 0
Hi Momentum,

Wont this count weekends?

I would like the CF to work only for working days Mon-Fri

Thanks
It would count the weekends, you didn't state that in your original post though

=NETWORKDAYS(TODAY(),A1)>1

Assuming the dates are in A1, if your weekends are not Saturday, Sunday, you might consider using NETWORKDAYS.INTL
 
Upvote 0

Forum statistics

Threads
1,221,813
Messages
6,162,126
Members
451,743
Latest member
matt3388

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