The Excel Days360 function returns the number of days between 2 dates, based on a 360-day year (12 x 30 months).
The syntax of the function is:
where the arguments are as follows:
start_date | - | The start of the period. | ||||||
end_date | - | The end of the period. | ||||||
[method] | - |
An optional logical argument, which gives the method to be used in the calculation. This can be either:
|
US Method:
European Method:
It is advised that the start_date and end_date arguments should be input to the Days360 function as either:
This is because there is a risk that date arguments that are supplied to Excel functions as text representations of dates may be misinterpreted, depending on the date systems and date interpretation settings on your computer.
The spreadsheet below shows four simple examples of the Excel Days360 function.
Formulas:
|
Results:
|
In the above examples:
Note also that, as recommended by Microsoft, in all four calls to the Days360 function, the start_date and end_date arguments have been supplied as either cell references or as values returned from functions (in cell B4, the Date function is used to supply the end_date argument).
For further information and examples of the Excel DAYS360 function, see the Microsoft Office website.
If you get an error from the Excel Days360 function, this is likely to be one of the following:
#NUM! | - | Occurs if either of the supplied start_date or end_date arguments are numeric values, but are not recognised as valid dates. |
#VALUE! | - |
Occurs if either:
|