Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 128
Default Work out number of weeks

Is there an easy way I can work out the number of full weeks beween 27 Sept
2008 and today?

Many thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 449
Default Work out number of weeks

Depending on how you define full weeks (and define "between"). If it's
multiples of 7 days then
=INT((TODAY()-DATE(2008,9,27))/7)

HTH. Best wishes Harald

"Sarah (OGI)" wrote in message
...
Is there an easy way I can work out the number of full weeks beween 27
Sept
2008 and today?

Many thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Work out number of weeks

take days, divide by seven and drop the remainder.

Sarah (OGI) wrote:

Is there an easy way I can work out the number of full weeks beween 27 Sept
2008 and today?

Many thanks


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Work out number of weeks

On Tue, 28 Oct 2008 10:46:16 -0700, Sarah (OGI)
wrote:

Is there an easy way I can work out the number of full weeks beween 27 Sept
2008 and today?

Many thanks


=INT((TODAY()-DATE(2008,9,27))/7)
--ron
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Work out number of weeks

=(TODAY()-A2)/7


where A2 holds the date

--


Regards,


Peo Sjoblom

"Sarah (OGI)" wrote in message
...
Is there an easy way I can work out the number of full weeks beween 27
Sept
2008 and today?

Many thanks





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,180
Default Work out number of weeks

Excel 2007
Start
9/4/2008
End
10/28/2008
DRange
=ROW(INDEX($A:$A,Start):INDEX($A:$A,End))
WwSeq
=IF(WEEKDAY(DRange,2)5,0,1)
CntSeq
=ROW(INDEX($A:$A,1):INDEX($A:$A,COUNTA(DRange)))
Count of whole work weeks (Monday-Friday)
Enter with Ctrl+Shift+Enter:
=SUMPRODUCT(--
(FREQUENCY(IF(WwSeq=1,CntSeq),IF(NOT(WwSeq=1),CntS eq))=5))
=7
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
calculating number of weeks between two dates vnsrod2000 Excel Worksheet Functions 5 April 2nd 23 07:33 PM
Calculate number of weeks between two cells Jane Schuster Excel Discussion (Misc queries) 1 July 13th 08 04:13 AM
Creating Work Weeks Gallego Excel Worksheet Functions 1 March 15th 07 05:16 PM
add a number every two weeks Big Rob Excel Worksheet Functions 1 November 15th 06 12:59 AM
WORK OUT NUMBER OF WEEKS BETWEEN TWO DATES cyp010905 Excel Worksheet Functions 1 March 7th 06 04:17 PM


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

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"