Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Weeks left in a Fiscal year | Excel Discussion (Misc queries) | |||
53 weeks in 2004 skews x-axis year increment on charts. | Charts and Charting in Excel | |||
Counting Entries by Month and Year | Excel Worksheet Functions | |||
counting date entries by month & year | Excel Worksheet Functions | |||
Counting weeks | Excel Worksheet Functions |