Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
<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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
have some problem with database | Excel Discussion (Misc queries) | |||
Urgent Help Required on Excel Macro Problem | Excel Discussion (Misc queries) | |||
Problem With Reference Update | Excel Worksheet Functions | |||
Copy an Drag cell Formula Problem | Excel Discussion (Misc queries) | |||
Freeze Pane problem in shared workbooks | Excel Discussion (Misc queries) |