hi guys,
i got a strange formula request for dates.
ok, i have bills and i'm tracking the due dates, which is always 30 days after bill date.
logically, each due date shall falls on any of the day, Mon to Sun.
to track payment, i'm looking at a way to know when is the previous Saturday before the due date.
these are the due dates (examples):
this way, my expected bill payment will not past the due dates and i try to pay bills in the weekends (Sat).
thanks!
i got a strange formula request for dates.
ok, i have bills and i'm tracking the due dates, which is always 30 days after bill date.
logically, each due date shall falls on any of the day, Mon to Sun.
to track payment, i'm looking at a way to know when is the previous Saturday before the due date.
these are the due dates (examples):
Code:
24-Jan-2014 (Fri) -- prev Sat = 18-Jan
24-Feb-2014 (Mon) -- prev Sat = 22-Feb
27-Mar-2014 (Thu) -- prev Sat = 22-Mar
24-Apr-2014 (Thu) -- prev Sat = 19-Apr
25-May-2014 (Sun) -- prev Sat = 24-May
24-Jun-2014 (Tue) -- prev Sat = 21-Jun
25-Jul-2014 (Fri) -- prev Sat = 19-Jul
24-Aug-2014 (Sun) -- prev Sat = 23-Aug
this way, my expected bill payment will not past the due dates and i try to pay bills in the weekends (Sat).
thanks!