#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jellorain
 
Posts: n/a
Default Days360 problem

Seeing a problem that could possibly be an excel glitch in the days360
function.

I'm running O2k3sp2 and have tried this on several machines including those
outside of our company build environment.

When attempting to calculate the number of days using this function between
the dates 2/27/2006 and 3/27/2006, I return the number 30 (which is correct
based on days360). Though when entering the dates 2/28/2006 and 3/28/2006 I
return 28 days. My understanding is that this function should always return
30 days in a month, no matter which month is chosen. Can anyone enlighten me
as to why this is happening? The result has been a significant loss of funds
within our securities team in regard to interest accrual.

--
JL
TA
WB
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default Days360 problem

<always return 30 days in a month

Only if it is a complete month. 2/28/2006 and 3/31/2006 give 30.

Look at the definition of the several 360 days systems:, for example he

http://en.wikipedia.org/wiki/360_day_calendar

--
Kind regards,

Niek Otten

"jellorain" wrote in message
...
Seeing a problem that could possibly be an excel glitch in the days360
function.

I'm running O2k3sp2 and have tried this on several machines including
those
outside of our company build environment.

When attempting to calculate the number of days using this function
between
the dates 2/27/2006 and 3/27/2006, I return the number 30 (which is
correct
based on days360). Though when entering the dates 2/28/2006 and 3/28/2006
I
return 28 days. My understanding is that this function should always
return
30 days in a month, no matter which month is chosen. Can anyone enlighten
me
as to why this is happening? The result has been a significant loss of
funds
within our securities team in regard to interest accrual.

--
JL
TA
WB



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Days360 problem

Set the method argument to TRUE

=DAYS360(start,end,TRUE)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"jellorain" wrote in message
...
Seeing a problem that could possibly be an excel glitch in the days360
function.

I'm running O2k3sp2 and have tried this on several machines including

those
outside of our company build environment.

When attempting to calculate the number of days using this function

between
the dates 2/27/2006 and 3/27/2006, I return the number 30 (which is

correct
based on days360). Though when entering the dates 2/28/2006 and 3/28/2006

I
return 28 days. My understanding is that this function should always

return
30 days in a month, no matter which month is chosen. Can anyone enlighten

me
as to why this is happening? The result has been a significant loss of

funds
within our securities team in regard to interest accrual.

--
JL
TA
WB



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jellorain
 
Posts: n/a
Default Days360 problem

Then why would the range 2/27 to 3/27 return 30 days, while 2/28 to 3/28 only
returns 28?
--
JL
TA
WB


"Niek Otten" wrote:

<always return 30 days in a month

Only if it is a complete month. 2/28/2006 and 3/31/2006 give 30.

Look at the definition of the several 360 days systems:, for example he

http://en.wikipedia.org/wiki/360_day_calendar

--
Kind regards,

Niek Otten

"jellorain" wrote in message
...
Seeing a problem that could possibly be an excel glitch in the days360
function.

I'm running O2k3sp2 and have tried this on several machines including
those
outside of our company build environment.

When attempting to calculate the number of days using this function
between
the dates 2/27/2006 and 3/27/2006, I return the number 30 (which is
correct
based on days360). Though when entering the dates 2/28/2006 and 3/28/2006
I
return 28 days. My understanding is that this function should always
return
30 days in a month, no matter which month is chosen. Can anyone enlighten
me
as to why this is happening? The result has been a significant loss of
funds
within our securities team in regard to interest accrual.

--
JL
TA
WB




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jellorain
 
Posts: n/a
Default Days360 problem

Well that changes it to European, which will work, but why is that necessary?
--
JL
TA
WB


"Bob Phillips" wrote:

Set the method argument to TRUE

=DAYS360(start,end,TRUE)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"jellorain" wrote in message
...
Seeing a problem that could possibly be an excel glitch in the days360
function.

I'm running O2k3sp2 and have tried this on several machines including

those
outside of our company build environment.

When attempting to calculate the number of days using this function

between
the dates 2/27/2006 and 3/27/2006, I return the number 30 (which is

correct
based on days360). Though when entering the dates 2/28/2006 and 3/28/2006

I
return 28 days. My understanding is that this function should always

return
30 days in a month, no matter which month is chosen. Can anyone enlighten

me
as to why this is happening? The result has been a significant loss of

funds
within our securities team in regard to interest accrual.

--
JL
TA
WB






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Days360 problem

Personally, I think it is a bug, as 29/02/2004 to 29/03/2004 also gives 29,
but I am no dates expert.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"jellorain" wrote in message
...
Well that changes it to European, which will work, but why is that

necessary?
--
JL
TA
WB


"Bob Phillips" wrote:

Set the method argument to TRUE

=DAYS360(start,end,TRUE)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"jellorain" wrote in message
...
Seeing a problem that could possibly be an excel glitch in the days360
function.

I'm running O2k3sp2 and have tried this on several machines including

those
outside of our company build environment.

When attempting to calculate the number of days using this function

between
the dates 2/27/2006 and 3/27/2006, I return the number 30 (which is

correct
based on days360). Though when entering the dates 2/28/2006 and

3/28/2006
I
return 28 days. My understanding is that this function should always

return
30 days in a month, no matter which month is chosen. Can anyone

enlighten
me
as to why this is happening? The result has been a significant loss

of
funds
within our securities team in regard to interest accrual.

--
JL
TA
WB






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default Days360 problem

In the link I gave you:

Reportedly, Excel's US/NASD method is not SIA-compliant

--
Kind regards,

Niek Otten

"jellorain" wrote in message
...
Well that changes it to European, which will work, but why is that
necessary?
--
JL
TA
WB


"Bob Phillips" wrote:

Set the method argument to TRUE

=DAYS360(start,end,TRUE)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"jellorain" wrote in message
...
Seeing a problem that could possibly be an excel glitch in the days360
function.

I'm running O2k3sp2 and have tried this on several machines including

those
outside of our company build environment.

When attempting to calculate the number of days using this function

between
the dates 2/27/2006 and 3/27/2006, I return the number 30 (which is

correct
based on days360). Though when entering the dates 2/28/2006 and
3/28/2006

I
return 28 days. My understanding is that this function should always

return
30 days in a month, no matter which month is chosen. Can anyone
enlighten

me
as to why this is happening? The result has been a significant loss of

funds
within our securities team in regard to interest accrual.

--
JL
TA
WB






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
have some problem with database baldamenti Excel Discussion (Misc queries) 1 October 13th 05 05:38 PM
Urgent Help Required on Excel Macro Problem Sachin Shah Excel Discussion (Misc queries) 1 August 17th 05 06:26 AM
Problem With Reference Update Egon Excel Worksheet Functions 17 July 16th 05 05:45 AM
Copy an Drag cell Formula Problem Nat Excel Discussion (Misc queries) 1 June 20th 05 03:24 PM
Freeze Pane problem in shared workbooks JM Excel Discussion (Misc queries) 1 February 1st 05 12:04 AM


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