Syntax
| Parameter | Description |
|---|---|
| start_date | Parameter of the DAYS360 function. |
| end_date | Parameter of the DAYS360 function. |
| [method] | (Optional.) Parameter of the DAYS360 function. |
Examples
US/NASD method
=DAYS360("2026-01-30", "2026-02-28")
European method
=DAYS360("2026-01-30", "2026-02-28", TRUE)
Financial interest calculation
=B2 * (C2/360) * DAYS360(D2, E2)
Common Errors
Occurs when either date argument is not a valid date or the method argument is not a boolean.
Tips
FALSE or omitted = US/NASD method (adjusts Feb and 31st-day dates). TRUE = European method (treats all month-ends as 30th). Know which your industry requires.
Many bond markets, loan calculations, and accounting systems use 30/360 day counting. DAYS360 implements this convention directly.
For regular day counting, use DAYS or simple subtraction. DAYS360 is specifically for financial calculations that assume 30-day months.
Try DAYS360 in Viztab
Import your data and use DAYS360 with 370+ other formulas. No signup required.
Open Viztab