A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

calculate a date, 10 weeks after a set date & return a specific da



 
 
Thread Tools Display Modes
  #1  
Old March 20th, 2010, 10:49 PM posted to microsoft.public.excel.worksheet.functions
Art3277
external usenet poster
 
Posts: 1
Default calculate a date, 10 weeks after a set date & return a specific da

I would like to calculate a date, 10 weeks after a set date and return the
date of that tenth week monday? Is this possible.
  #2  
Old March 20th, 2010, 10:58 PM posted to microsoft.public.excel.worksheet.functions
Lars-Åke Aspelin[_4_]
external usenet poster
 
Posts: 74
Default calculate a date, 10 weeks after a set date & return a specific da

On Sat, 20 Mar 2010 15:49:01 -0700, Art3277
wrote:

I would like to calculate a date, 10 weeks after a set date and return the
date of that tenth week monday? Is this possible.



If your set date is in cell A1, try the following formula:

=A1+70-WEEKDAY(A1,3)

Hope this helps / Lars-Åke
  #3  
Old March 20th, 2010, 11:01 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default calculate a date, 10 weeks after a set date & return a specific da

See if this does what you want...

A1 = some date

B1 formula:

=A1+70-WEEKDAY(A1+70,3)

Format as Date (if needed)

--
Biff
Microsoft Excel MVP


"Art3277" wrote in message
...
I would like to calculate a date, 10 weeks after a set date and return the
date of that tenth week monday? Is this possible.



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:40 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.