Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Display Monday of each week

I have a column with dates, and I need to return the Monday of that week. For
example, I need a simple forumular to return 6/23 (Monday) when I enter 6/25
(Thursday).

Can someone help please ?

Thanks !
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Display Monday of each week

Try this:

=A1-WEEKDAY(A1,2)+1

--
Biff
Microsoft Excel MVP


"Eileen" <Eileen @discussions.microsoft.com wrote in message
...
I have a column with dates, and I need to return the Monday of that week.
For
example, I need a simple forumular to return 6/23 (Monday) when I enter
6/25
(Thursday).

Can someone help please ?

Thanks !



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Display Monday of each week

On Wed, 25 Jun 2008 23:05:00 -0700, Eileen <Eileen @discussions.microsoft.com
wrote:

I have a column with dates, and I need to return the Monday of that week. For
example, I need a simple forumular to return 6/23 (Monday) when I enter 6/25
(Thursday).

Can someone help please ?

Thanks !



=A1+1-WEEKDAY(A1-1)
--ron
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
Changing First day of week to Monday (Excel 2007) ttt980 Excel Discussion (Misc queries) 4 March 30th 08 09:53 PM
Display Monday or Thursday Deb Excel Worksheet Functions 9 January 29th 07 10:25 PM
date of monday of each week automatically mturner Excel Discussion (Misc queries) 0 January 5th 06 04:23 PM
How can I get the monday of a given week number? Gino Excel Discussion (Misc queries) 2 December 30th 05 06:45 AM
Microsoft Excel : How can we get the date of the Monday of Week 44 of Year 2005? datt350 Excel Worksheet Functions 1 June 9th 05 01:04 PM


All times are GMT +1. The time now is 02:35 AM.

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"