How to utilize date add function in Google spreadsheet?

前端 未结 10 734
忘掉有多难
忘掉有多难 2021-02-04 23:46

I believe the issue I am having now should be much easier in MS Excel. However, since my company uses Google Spreadsheet so I have to figure out a way.

Basically, I have

10条回答
  •  后悔当初
    2021-02-05 00:21

    The direct use of EDATE(Start_date, months) do the job of ADDDate. Example:

    Consider A1 = 20/08/2012 and A2 = 3

    =edate(A1; A2)
    

    Would calculate 20/11/2012

    PS: dd/mm/yyyy format in my example

提交回复
热议问题