How to utilize date add function in Google spreadsheet?

前端 未结 10 741
忘掉有多难
忘掉有多难 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:04

    You can use the DATE(Year;Month;Day) to make operations on date:

    Examples:

    =DATE(2013;3;8 + 30) give the result...  7 april 2013 !
    =DATE(2013;3 + 15; 8) give the result... 8 june 2014 !
    

    It's very surprising but it works...

提交回复
热议问题