In Google Sheet, how to add one month to a date?
In Google Sheet, one can add or remove a month from a date with the function MOIS.DECALER(date_début; [mois])
. Here are some examples:
To add a month to a given date (07/20/1969 => 08/20/1969):
MOIS.DECALER("07/20/1969"; 1)
To move back a given date by two months (07/20/1969 => 05/20/1969):
MOIS.DECALER("07/20/1969"; -2)
In Google Sheet, one can add or remove a month from a date with the function MOIS.DECALER(date_début; [mois])
. Here are some examples:
To add a month to a given date (07/20/1969 => 08/20/1969):
MOIS.DECALER("07/20/1969"; 1)
To move back a given date by two months (07/20/1969 => 05/20/1969):
MOIS.DECALER("07/20/1969"; -2)
In Google Sheet, one can add or remove a month from a date with the function MOIS.DECALER(date_début; [mois])
. Here are some examples:
To add a month to a given date (07/20/1969 => 08/20/1969) :
MOIS.DECALER("07/20/1969"; 1)
To move back a given date by two months (07/20/1969 => 05/20/1969) :
MOIS.DECALER("07/20/1969"; -2)
# | ID | Query | URL | Count |
---|