Rolling Week, but not

Endorphin

Board Regular
Joined
Oct 27, 2006
Messages
62
Hi All,

I’ve been trying to think of a way to do this for ages.

I have users that complete certain tasks on certain days of the week (Mon-Fri Only), IDEALLY
There are rare occasions that they can be done before the due date but not after.

I have been using the following formula but it does have limitations.
D35 is the last date the task was completed.

=IF(AND(D35<=TODAY(),D35>TODAY()-7),"OK","Out of Date Data")

This gives me a rolling 7days around the last completed date, but if they complete the task early is causes problems.

If I use Thursdays task as an example, if they complete it on Wednesday, when the next Wednesday comes round, Thursdays task shows as “Update Required”

I have played around with the WEEKDAY formula but had no luck.

Any Suggestions?

Excel 2003

Neil
 
Last edited:

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.

Forum statistics

Threads
1,224,582
Messages
6,179,670
Members
452,936
Latest member
anamikabhargaw

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