PC Review


Reply
Thread Tools Rate Thread

converting date to a monday date

 
 
uvknights
Guest
Posts: n/a
 
      6th Mar 2008
I need to take a date and convert it to a monday date.
I use the formula =today() in one cell (a1) and then in another cell(b1) I
need it to read the monday date ie: 3/3. so if today is 3/6/08 (in a1) the
it(b1) would read 3/3/08 .. when a1 is 3/11/08 then b1 would read 3/10/08
and so on. any help would be appreicated


--
cjm
 
Reply With Quote
 
 
 
 
Sandy Mann
Guest
Posts: n/a
 
      6th Mar 2008
=A1-WEEKDAY(A1,2)+1

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(E-Mail Removed)
Replace @mailinator.com with @tiscali.co.uk


"uvknights" <(E-Mail Removed)> wrote in message
news:79634D5F-44C7-484F-AC0A-(E-Mail Removed)...
>I need to take a date and convert it to a monday date.
> I use the formula =today() in one cell (a1) and then in another cell(b1) I
> need it to read the monday date ie: 3/3. so if today is 3/6/08 (in a1)
> the
> it(b1) would read 3/3/08 .. when a1 is 3/11/08 then b1 would read 3/10/08
> and so on. any help would be appreicated
>
>
> --
> cjm
>



 
Reply With Quote
 
Matthew Pfluger
Guest
Posts: n/a
 
      6th Mar 2008
One way:

Col A Col B
Date =Date-Weekday(Date)+2

The WEEKDAY function calculates the day of the week of a given date where 1
= Sunday (as I have it now).

First, subtract the day of the week from the original date. Then, since
Monday is the second day, just add two to that date (the previous Saturday)
to get the Monday date. Try it!

HTH,
Matthew Pfluger

"uvknights" wrote:

> I need to take a date and convert it to a monday date.
> I use the formula =today() in one cell (a1) and then in another cell(b1) I
> need it to read the monday date ie: 3/3. so if today is 3/6/08 (in a1) the
> it(b1) would read 3/3/08 .. when a1 is 3/11/08 then b1 would read 3/10/08
> and so on. any help would be appreicated
>
>
> --
> cjm

 
Reply With Quote
 
Rick Rothstein \(MVP - VB\)
Guest
Posts: n/a
 
      6th Mar 2008
I believe this will do what you want...

=A1-WEEKDAY(A1)+2

Rick


"uvknights" <(E-Mail Removed)> wrote in message
news:79634D5F-44C7-484F-AC0A-(E-Mail Removed)...
>I need to take a date and convert it to a monday date.
> I use the formula =today() in one cell (a1) and then in another cell(b1) I
> need it to read the monday date ie: 3/3. so if today is 3/6/08 (in a1)
> the
> it(b1) would read 3/3/08 .. when a1 is 3/11/08 then b1 would read 3/10/08
> and so on. any help would be appreicated
>
>
> --
> cjm


 
Reply With Quote
 
uvknights
Guest
Posts: n/a
 
      6th Mar 2008
Awesome ! All three worked perfectly. I'm just a beginner and your help was
greatly appreciated!!!
--
cjm


"uvknights" wrote:

> I need to take a date and convert it to a monday date.
> I use the formula =today() in one cell (a1) and then in another cell(b1) I
> need it to read the monday date ie: 3/3. so if today is 3/6/08 (in a1) the
> it(b1) would read 3/3/08 .. when a1 is 3/11/08 then b1 would read 3/10/08
> and so on. any help would be appreicated
>
>
> --
> cjm

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Given today's date, I want this week's Monday's date BlueWolvering Microsoft Excel Worksheet Functions 3 12th Feb 2008 06:16 PM
Calculate Monday date based on date typed in =?Utf-8?B?UGF0cmljaWE=?= Microsoft Access 2 20th Nov 2006 04:20 PM
Finding the Monday date based on a different date in same week =?Utf-8?B?ZGFuZGllaGw=?= Microsoft Excel Worksheet Functions 4 11th Apr 2006 06:03 PM
How to find previous Monday (date) from specific date =?Utf-8?B?R2FicmllbA==?= Microsoft Access 3 28th Sep 2004 11:41 AM
Formula to determine date of the Monday preceding a date Mike Microsoft Excel Worksheet Functions 6 31st Aug 2004 01:47 PM


Features
 

Advertising
 

Newsgroups
 


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