Excel Formula which places date/time in cell when data is entered in another cell in the same row

后端 未结 6 1881
一个人的身影
一个人的身影 2021-01-12 00:30

Hoping there is a way this can be done with a formula since I will be putting this on SharePoint as a shared workbook.

Column B contains Tasks, while Column E cont

6条回答
  •  情深已故
    2021-01-12 00:56

    You can use If function Write in the cell where you want to input the date the following formula: =IF(MODIFIED-CELLNUMBER<>"",IF(CELLNUMBER-WHERE-TO-INPUT-DATE="",NOW(),CELLNUMBER-WHERE-TO-INPUT-DATE),"")

提交回复
热议问题