#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 159
Default Monday Following

Hello

I'm sure I've done this before, but I can't remember how. I need a
cell to return the date of the first Monday after today.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Monday Following

=TODAY()+7-WEEKDAY(TODAY(),3)
--
David Biddulph

"robzrob" wrote in message
...
Hello

I'm sure I've done this before, but I can't remember how. I need a
cell to return the date of the first Monday after today.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Monday Following

What if today is Monday? Return today's date or next Monday's date?

--
Biff
Microsoft Excel MVP


"robzrob" wrote in message
...
Hello

I'm sure I've done this before, but I can't remember how. I need a
cell to return the date of the first Monday after today.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Monday Following

What if today is a Monday, next Monday or current?

If you always want the next Monday

=TODAY()+CHOOSE(WEEKDAY(TODAY()),1,7,6,5,4,3,2)


unless today is a Monday

=TODAY()-WEEKDAY(TODAY()-2)+7



--


Regards,


Peo Sjoblom





"robzrob" wrote in message
...
Hello

I'm sure I've done this before, but I can't remember how. I need a
cell to return the date of the first Monday after today.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 806
Default Monday Following

=CEILING(A1+6,7)-5
In A1 you have today's date or
=CEILING(TODAY()+6,7)-5

Regards,
Bernd


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 159
Default Monday Following

On Aug 31, 10:12*pm, Bernd P wrote:
=CEILING(A1+6,7)-5
In A1 you have today's date or
=CEILING(TODAY()+6,7)-5

Regards,
Bernd


Thanks, Bernd
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 159
Default Monday Following

On Aug 31, 10:17*pm, robzrob wrote:
On Aug 31, 10:12*pm, Bernd P wrote:

=CEILING(A1+6,7)-5
In A1 you have today's date or
=CEILING(TODAY()+6,7)-5


Regards,
Bernd


Thanks, Bernd



Always the first Monday after today, even if today is a Monday.

Thanks, All
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 159
Default Monday Following

On Aug 31, 10:19*pm, robzrob wrote:
On Aug 31, 10:17*pm, robzrob wrote:

On Aug 31, 10:12*pm, Bernd P wrote:


=CEILING(A1+6,7)-5
In A1 you have today's date or
=CEILING(TODAY()+6,7)-5


Regards,
Bernd


Thanks, Bernd


Always the first Monday after today, even if today is a Monday.

Thanks, All



You're bloody marvellous, all of you!!!!

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 806
Default Monday Following

Hi Biff,

If a Monday should result in same day, don't add 6 but 5:
=CEILING(A1+5,7)-5

Regards,
Bernd
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
Calculate every Monday Wanna Learn Excel Discussion (Misc queries) 7 April 3rd 23 06:45 PM
First Monday Charlie O'Neill Excel Discussion (Misc queries) 8 April 15th 10 06:09 PM
Date calculation for Monday of one month to the Monday of the next Sunnyskies Excel Discussion (Misc queries) 19 July 2nd 07 12:08 PM
Find First Monday in May Sandy Excel Worksheet Functions 2 March 9th 06 07:18 PM
Date to a day (Monday, Tue, etc?) Taylor Excel Discussion (Misc queries) 4 August 31st 05 10:58 PM


All times are GMT +1. The time now is 06:05 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"