Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I applied the DAYS360 function to each month of 2007, and the result is not
30 days for each month. In fact each 31-day month turned out to have an output of 30 days, each 30-day month has an output of 29, and Feb has an output of 27. It added up to 353 days for the year using each month's output. However when I use 1/1/2007 and 12/31/2007 as my start and end date, the function indeed gives 360 days. I am very perplexed. Could anyone help, please??? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Your formulas, input and results please?
-- Kind regards, Niek Otten Microsoft MVP - Excel "butterscotch" wrote in message ... |I applied the DAYS360 function to each month of 2007, and the result is not | 30 days for each month. In fact each 31-day month turned out to have an | output of 30 days, each 30-day month has an output of 29, and Feb has an | output of 27. It added up to 353 days for the year using each month's output. | However when I use 1/1/2007 and 12/31/2007 as my start and end date, the | function indeed gives 360 days. I am very perplexed. Could anyone help, | please??? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Niek,
Here are my inputs and outputs: Start date End Date Output = DAYS360(Start date, End date) 1/1/2007 1/31/2007 30 2/1/2007 2/28/2007 27 3/1/2007 3/31/2007 30 4/1/2007 4/30/2007 29 5/1/2007 5/31/2007 30 6/1/2007 6/30/2007 29 7/1/2007 7/31/2007 30 8/1/2007 8/31/2007 30 9/1/2007 9/30/2007 29 10/1/2007 10/31/2007 30 11/1/2007 11/30/2007 29 12/1/2007 12/31/2007 30 SUM 353 However: 1/1/2007 12/31/2007 360 Moreover, generating quarterly results 1/1/2007 3/31/2007 90 4/1/2007 6/30/2007 89 7/1/2007 9/30/2007 89 10/1/2007 12/31/2007 90 I am confused.... Thanks! "Niek Otten" wrote: Your formulas, input and results please? -- Kind regards, Niek Otten Microsoft MVP - Excel "butterscotch" wrote in message ... |I applied the DAYS360 function to each month of 2007, and the result is not | 30 days for each month. In fact each 31-day month turned out to have an | output of 30 days, each 30-day month has an output of 29, and Feb has an | output of 27. It added up to 353 days for the year using each month's output. | However when I use 1/1/2007 and 12/31/2007 as my start and end date, the | function indeed gives 360 days. I am very perplexed. Could anyone help, | please??? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You should have the dates as start 1st Jan end 1st Feb, then start 1st Feb
end 1st March, and so on. You've got a day's gap each month. -- David Biddulph "butterscotch" wrote in message ... Hi Niek, Here are my inputs and outputs: Start date End Date Output = DAYS360(Start date, End date) 1/1/2007 1/31/2007 30 2/1/2007 2/28/2007 27 3/1/2007 3/31/2007 30 4/1/2007 4/30/2007 29 5/1/2007 5/31/2007 30 6/1/2007 6/30/2007 29 7/1/2007 7/31/2007 30 8/1/2007 8/31/2007 30 9/1/2007 9/30/2007 29 10/1/2007 10/31/2007 30 11/1/2007 11/30/2007 29 12/1/2007 12/31/2007 30 SUM 353 However: 1/1/2007 12/31/2007 360 Moreover, generating quarterly results 1/1/2007 3/31/2007 90 4/1/2007 6/30/2007 89 7/1/2007 9/30/2007 89 10/1/2007 12/31/2007 90 I am confused.... Thanks! "Niek Otten" wrote: Your formulas, input and results please? -- Kind regards, Niek Otten Microsoft MVP - Excel "butterscotch" wrote in message ... |I applied the DAYS360 function to each month of 2007, and the result is not | 30 days for each month. In fact each 31-day month turned out to have an | output of 30 days, each 30-day month has an output of 29, and Feb has an | output of 27. It added up to 353 days for the year using each month's output. | However when I use 1/1/2007 and 12/31/2007 as my start and end date, the | function indeed gives 360 days. I am very perplexed. Could anyone help, | please??? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You are the best! Thank you David.
"David Biddulph" wrote: You should have the dates as start 1st Jan end 1st Feb, then start 1st Feb end 1st March, and so on. You've got a day's gap each month. -- David Biddulph "butterscotch" wrote in message ... Hi Niek, Here are my inputs and outputs: Start date End Date Output = DAYS360(Start date, End date) 1/1/2007 1/31/2007 30 2/1/2007 2/28/2007 27 3/1/2007 3/31/2007 30 4/1/2007 4/30/2007 29 5/1/2007 5/31/2007 30 6/1/2007 6/30/2007 29 7/1/2007 7/31/2007 30 8/1/2007 8/31/2007 30 9/1/2007 9/30/2007 29 10/1/2007 10/31/2007 30 11/1/2007 11/30/2007 29 12/1/2007 12/31/2007 30 SUM 353 However: 1/1/2007 12/31/2007 360 Moreover, generating quarterly results 1/1/2007 3/31/2007 90 4/1/2007 6/30/2007 89 7/1/2007 9/30/2007 89 10/1/2007 12/31/2007 90 I am confused.... Thanks! "Niek Otten" wrote: Your formulas, input and results please? -- Kind regards, Niek Otten Microsoft MVP - Excel "butterscotch" wrote in message ... |I applied the DAYS360 function to each month of 2007, and the result is not | 30 days for each month. In fact each 31-day month turned out to have an | output of 30 days, each 30-day month has an output of 29, and Feb has an | output of 27. It added up to 353 days for the year using each month's output. | However when I use 1/1/2007 and 12/31/2007 as my start and end date, the | function indeed gives 360 days. I am very perplexed. Could anyone help, | please??? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Your end dates are all one day early.
Take the following example: Start date: 1-1-2008 End date: 1-1-2008 Days360 will return zero because not one day has (completely) passed. If you change all your end dates to the first day of the next month, you'll get 30 days for each pair of dates, no matter what the real duaration of that month is. So they'll total up to 360 as well. -- Kind regards, Niek Otten Microsoft MVP - Excel "butterscotch" wrote in message ... | Hi Niek, | Here are my inputs and outputs: | | Start date End Date Output = DAYS360(Start date, End date) | 1/1/2007 1/31/2007 30 | 2/1/2007 2/28/2007 27 | 3/1/2007 3/31/2007 30 | 4/1/2007 4/30/2007 29 | 5/1/2007 5/31/2007 30 | 6/1/2007 6/30/2007 29 | 7/1/2007 7/31/2007 30 | 8/1/2007 8/31/2007 30 | 9/1/2007 9/30/2007 29 | 10/1/2007 10/31/2007 30 | 11/1/2007 11/30/2007 29 | 12/1/2007 12/31/2007 30 | SUM 353 | However: | 1/1/2007 12/31/2007 360 | | Moreover, generating quarterly results | 1/1/2007 3/31/2007 90 | 4/1/2007 6/30/2007 89 | 7/1/2007 9/30/2007 89 | 10/1/2007 12/31/2007 90 | | I am confused.... | | Thanks! | | | | "Niek Otten" wrote: | | Your formulas, input and results please? | | -- | Kind regards, | | Niek Otten | Microsoft MVP - Excel | | "butterscotch" wrote in message | ... | |I applied the DAYS360 function to each month of 2007, and the result is not | | 30 days for each month. In fact each 31-day month turned out to have an | | output of 30 days, each 30-day month has an output of 29, and Feb has an | | output of 27. It added up to 353 days for the year using each month's output. | | However when I use 1/1/2007 and 12/31/2007 as my start and end date, the | | function indeed gives 360 days. I am very perplexed. Could anyone help, | | please??? | | | |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This function tells the number of days between 2 dates, so if you select Feb1
to feb29 you get 28 days. But this is over-ridden when you add more dates as each is given 30 days. if you choose Feb 1 to Mar 1 you get 30 days. for more info http://en.wikipedia.org/wiki/360-day_calendar -- -John Please rate when your question is answered to help us and others know what is helpful. "butterscotch" wrote: I applied the DAYS360 function to each month of 2007, and the result is not 30 days for each month. In fact each 31-day month turned out to have an output of 30 days, each 30-day month has an output of 29, and Feb has an output of 27. It added up to 353 days for the year using each month's output. However when I use 1/1/2007 and 12/31/2007 as my start and end date, the function indeed gives 360 days. I am very perplexed. Could anyone help, please??? |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you all for your help. I greatly appreciate it!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DAYS360 | Excel Worksheet Functions | |||
DAYS360 | Excel Worksheet Functions | |||
=DAYS360 | Excel Discussion (Misc queries) | |||
Days360 problem | Excel Worksheet Functions | |||
DAYS360 | Excel Worksheet Functions |