How to utilize date add function in Google spreadsheet?

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

    Using pretty much the same approach as used by Burnash, for the final result you can use ...

    =regexextract(A1,"[0-9]+")+A2
    

    where A1 houses the string with text and number and A2 houses the date of interest

提交回复
热议问题