DAYS

Formula Explanation

Returns the number of days between two dates.

Formula Syntax

Enter in the result column: DAYS(date / column number, date / column number);

Usage Example

Calculate the number of days between the dates in columns CN2 and CN3, and write the results into column CN4.

CN4 = days(CN2, CN3)

days

Last Updated: