Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 83
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
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.



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
how calculate the date someone had to be born to have a specific a AAlvarez Excel Discussion (Misc queries) 3 February 8th 07 08:28 PM
Date Function formula that will return the date of a specific week Greg Excel Worksheet Functions 4 June 12th 06 05:07 PM
calculate a date, 10 weeks after a set date Guido Cole Excel Worksheet Functions 2 May 9th 06 05:57 AM
how to count weeks from date "X" then calculate _Bigred Excel Worksheet Functions 6 October 18th 05 09:35 AM
calculate weeks from a start date ( not yr weeks) Todd F. Excel Worksheet Functions 6 November 27th 04 05:53 PM


All times are GMT +1. The time now is 11:14 AM.

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

About Us

"It's about Microsoft Excel"