=DAYS360(start_date, end_date, [method])
=DAYS360("1-Jan-2021","31-Dec-2021")
The DAYS360 function can be used to calculate how many days between two dates. For example this returns 360 days.
=DAYS360("1-Jan-2021","15-Jan-2021")
The DAYS360 function can also be used to calculate how many days have elapsed in a month. This example returns 15 days.
=DAYS360("1-Jan-2021","15-Feb-2021")
The DAYS360 function can also be used to calculate the number of days between two dates that are in different months.This example, returns 45 days.
=DAYS360("1-Jan-2021","1-Jan-2021")
The DAYS360 function can also be used to calculate the number of days between two dates that are the same. For example this formula returns 0 days.
The DAYS360 function is a Sourcetable Date/Time function used to calculate the number of days between two dates. It returns a number representing the difference between two dates.