How to utilize date add function in Google spreadsheet?

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

    what's wrong with simple add and convert back?

    if A1 is a date field, and A2 hold the number of days to add: =TO_DATE((DATEVALUE(A1)+A2)

提交回复
热议问题