Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Counting Weeks in a year

What formula can I use to count the amount of week between two dates in a
year. I do not want to count workdays, I want to count full weeks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default Counting Weeks in a year

"Frances C" wrote...
What formula can I use to count the amount of week between two dates in a
year. I do not want to count workdays, I want to count full weeks.


=INT((LaterDate-EarlierDate)/7)

will count full weeks between EarlierDate and LaterDate and ignore remaining
days.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Counting Weeks in a year

How can I make it invisible, I do not want a cero to show on the cell if I
have not enter the dates on the other cells. Thanks for your help you are
great!

"Harlan Grove" wrote:

"Frances C" wrote...
What formula can I use to count the amount of week between two dates in a
year. I do not want to count workdays, I want to count full weeks.


=INT((LaterDate-EarlierDate)/7)

will count full weeks between EarlierDate and LaterDate and ignore remaining
days.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Counting Weeks in a year

=IF(COUNT(LaterDate,Earlier Date)=2,INT((LaterDate-EarlierDate)/7),"")
--
David Biddulph

"Frances C" wrote in message
...
How can I make it invisible, I do not want a cero to show on the cell if I
have not enter the dates on the other cells. Thanks for your help you are
great!

"Harlan Grove" wrote:

"Frances C" wrote...
What formula can I use to count the amount of week between two dates in
a
year. I do not want to count workdays, I want to count full weeks.


=INT((LaterDate-EarlierDate)/7)

will count full weeks between EarlierDate and LaterDate and ignore
remaining
days.





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
Weeks left in a Fiscal year plys Excel Discussion (Misc queries) 1 November 24th 06 03:47 PM
53 weeks in 2004 skews x-axis year increment on charts. bj.williams Charts and Charting in Excel 3 April 7th 06 11:45 PM
Counting Entries by Month and Year ImaGina Excel Worksheet Functions 1 January 5th 06 06:11 AM
counting date entries by month & year Di Excel Worksheet Functions 7 August 24th 05 08:39 PM
Counting weeks Rick, United Kingdom Excel Worksheet Functions 6 August 19th 05 03:17 AM


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