Days with calculations

Requirements & Installation

  • Pro Version

Days function :

days function returns the number of days between two dates. With a start date in A1 and end date in B1, days(B1,A1) will return the days between the two dates.

days(date end, date start)
E.g:
days("7/15/2016","7/1/2016") // returns 14