RE: Help change Friday to following Monday
- From: David <dturner4_1999@xxxxxxxxx>
- Date: Wed, 21 Jun 2006 17:24:54 -0700
This works under limited conditions, but fails to satisfy my requirements:
If the 17th falls outside the weekend (M-F), leave it as the 17th. It
instead *always* returns the following Monday.
Thanks for the effort anyway.
--
David
=?Utf-8?B?U2ltb25DQw==?= wrote
Try:
=DATE(YEAR(NOW()),MONTH(NOW()),17)+8-WEEKDAY(DATE(YEAR(NOW()),MONTH(NOW
()),17),2)
-Simon
"David" wrote:
XL2000
I currently use the following formula to return the Friday before the
17th of the month if the 17th falls on a weekend:
=DATE(YEAR(NOW()),MONTH(NOW()),17)-MAX(0,WEEKDAY(DATE(YEAR(NOW()),MONT
H(NOW ()),17),2)-5)
(Excuse the wrapping, please)
What I would like instead, is a formula to return the date of the
following Monday if the 17th falls on a weekend. I don't want to use
the Workday() function, because the file will often be viewed on
machines that don't have the Analysis Toolpak available.
Simple for someone who knows how(?), but not for me :(
--
David
.
- References:
- Help change Friday to following Monday
- From: David
- Help change Friday to following Monday
- Prev by Date: Re: Help change Friday to following Monday
- Next by Date: Re: unmerge cells
- Previous by thread: Re: Help change Friday to following Monday
- Next by thread: Re: Can I set up sequential numbering in a colum in excel
- Index(es):
Relevant Pages
|