#1   Report Post  
Anauna
 
Posts: n/a
Default Date function

How can I set a function to show the date for the Monday of the current week?
--
Thank-you and all suggestions are appreciated.
  #2   Report Post  
Anauna
 
Posts: n/a
Default

Sorry for the inconvience found my solution at
http://www.mvps.org/dmcritchie/excel/datetime.htm

Thanks

"Anauna" wrote:

How can I set a function to show the date for the Monday of the current week?
--
Thank-you and all suggestions are appreciated.

  #3   Report Post  
JulieD
 
Posts: n/a
Default

Hi

to return the date of the monday prior to any date you can use the following
formula
=A1-(WEEKDAY(A1,2)-1)
(where A1 holds the date you're interested in)

therefore to return the date of the monday of the current week just
substitute today() for A1
=Today()-(Weekday(today(),2)-1)

Cheers
JulieD


"Anauna" wrote in message
...
How can I set a function to show the date for the Monday of the current
week?
--
Thank-you and all suggestions are appreciated.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Overdue function, Macro, or VBS Galsaba Excel Discussion (Misc queries) 5 January 14th 05 12:26 AM
Today() or Date() function help julisimo Excel Discussion (Misc queries) 8 January 3rd 05 04:19 PM
Excel :Save date function Elodie Excel Worksheet Functions 1 November 25th 04 04:25 PM
Excel Date Function Mike Excel Worksheet Functions 1 November 11th 04 06:03 PM
Formula for date function Markitos Excel Worksheet Functions 15 November 10th 04 02:05 AM


All times are GMT +1. The time now is 10:54 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"