Hi,
I have the following formula at present:
="ComplianceTracker for 2 days prior: ie"&" "&TEXT(TODAY(),"ddd dd-mmm")&" "&"checking for"&" "&TEXT(TODAY()-2,"ddd dd-mmm")
Which currently shows the following:
ComplianceTracker for 2 days prior: ie Thu 12-May checking for Tue 10-May
However I ony want to count dates that fall Mon-Fri. So:
If today() is a Mon, it should show Thursdays date
If today() is a tuesday, it should show Friday
Then if today() is Wednesday, it should show Monday.
I've tried integrating the WORKDAY function in several places, but nothing seems to work.
Thanks in advance.
Bookmarks