ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   working out a date for a fixed day of the week (https://www.excelbanter.com/excel-worksheet-functions/164275-working-out-date-fixed-day-week.html)

Matt Sharman

working out a date for a fixed day of the week
 
Hi
Hope you can help.
I need a formula (is is conditional formatting?) that calculates the date
of the preceding Monday from a subsequent known date of delivery.

For example:
delivery is need for Friday 30th Nov 2007. What is the date of the preceding
Monday?
thanks Matt

Bob Phillips

working out a date for a fixed day of the week
 
=A2-WEEKDAY(A2,2)+1

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Matt Sharman" wrote in message
...
Hi
Hope you can help.
I need a formula (is is conditional formatting?) that calculates the date
of the preceding Monday from a subsequent known date of delivery.

For example:
delivery is need for Friday 30th Nov 2007. What is the date of the
preceding
Monday?
thanks Matt




Teethless mama

working out a date for a fixed day of the week
 
=A1-MOD(A1-2,7)

"Matt Sharman" wrote:

Hi
Hope you can help.
I need a formula (is is conditional formatting?) that calculates the date
of the preceding Monday from a subsequent known date of delivery.

For example:
delivery is need for Friday 30th Nov 2007. What is the date of the preceding
Monday?
thanks Matt


JE McGimpsey

working out a date for a fixed day of the week
 
Careful - this returns an erroneous date if the user is using the 1904
Date system.

Better: =A1+1-WEEKDAY(A1,2)

In article ,
Teethless mama wrote:

=A1-MOD(A1-2,7)

"Matt Sharman" wrote:

Hi
Hope you can help.
I need a formula (is is conditional formatting?) that calculates the date
of the preceding Monday from a subsequent known date of delivery.

For example:
delivery is need for Friday 30th Nov 2007. What is the date of the
preceding
Monday?
thanks Matt


Matt Sharman

working out a date for a fixed day of the week
 
Thanks Guys. Fantastic response. Great help!
--
Director of Cantifix of London Limited


"Matt Sharman" wrote:

Hi
Hope you can help.
I need a formula (is is conditional formatting?) that calculates the date
of the preceding Monday from a subsequent known date of delivery.

For example:
delivery is need for Friday 30th Nov 2007. What is the date of the preceding
Monday?
thanks Matt



All times are GMT +1. The time now is 12:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com