Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default DAYS360---How come the days do not add up to be 360?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default DAYS360---How come the days do not add up to be 360?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 772
Default DAYS360---How come the days do not add up to be 360?

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???

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default DAYS360---How come the days do not add up to be 360?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default DAYS360---How come the days do not add up to be 360?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default DAYS360---How come the days do not add up to be 360?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default DAYS360---How come the days do not add up to be 360?

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???






  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default DAYS360---How come the days do not add up to be 360?

Thank you all for your help. I greatly appreciate it!
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
DAYS360 Candentco Creative Collection[_2_] Excel Worksheet Functions 4 April 12th 07 09:48 PM
DAYS360 Trouvera52 Excel Worksheet Functions 1 January 2nd 07 06:25 PM
=DAYS360 Owen Excel Discussion (Misc queries) 1 February 15th 06 03:30 PM
Days360 problem jellorain Excel Worksheet Functions 6 February 10th 06 05:22 PM
DAYS360 Jan Buckley Excel Worksheet Functions 3 July 21st 05 10:44 PM


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