MONTHSAGO
Gets the number of months between the specified date and now.
Syntax
=MONTHSAGO(date)
Arguments
Argument | Type | Description |
---|---|---|
date | Date | The date to use for calculation |
Examples
The following examples assume the current date is January 2, 2020 at 12:00pm
=MONTHSAGO("2019-06-01")
→7.05729578742284
Gets the number of months from midnight June 1, 2019 to January 2, 2020 at 12:00pm
Updated 9 months ago