How to utilize date add function in Google spreadsheet?

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

    As with @kidbrax's answer, you can use the + to add days. To get this to work I had to explicitly declare my cell data as being a date:

    A1: =DATE(2014, 03, 28)
    
    A2: =A1+1
    

    Value of A2 is now 29th March 2014

提交回复
热议问题