When using DAYS360, the most common questions fall into 3 areas: argument errors, unexpected results, and filling formulas across multiple cells; this section includes 3 frequent questions and a glossary.
FAQ
What should I do if DAYS360 returns #VALUE!?
- Check whether the start date and end date cells contain valid date formats.
- Check whether the arguments include text, extra spaces, or an incorrect separator.
- Clean the source data if needed, then enter the formula again.
Why does the DAYS360 result look different from what I expected?
- Confirm that a 360-day year is the right basis for your calculation.
- Check whether
start_dateandend_datepoint to the correct cells. - If you used the
methodargument, confirm that it matches the date-counting rule required for your scenario.
How can I use DAYS360 in multiple cells at once?
- Enter the DAYS360 formula in the first target cell.
- Select that cell and move the pointer to the fill handle in the lower-right corner.
- Drag the fill handle down or across to copy the formula to other cells.
- Use
$in the formula if you need to lock specific rows or columns.
Glossary
| Term | Definition |
|---|---|
| DAYS360 | A function that returns the number of days between two dates based on a 360-day year. |
| start_date | The argument that specifies the beginning date of the calculation range. |
| end_date | The argument that specifies the ending date of the calculation range. |
| method | An optional argument that specifies the date-counting method. |