Auto-fill the date in a cell, when the user enters information in an adjacent cell

后端 未结 4 1211

I have a spread sheet, where people can enter project updates and then the date of the update. What is happening is that people are forgetting to date their notes. Is there

4条回答
  •  旧巷少年郎
    2021-01-03 07:23

    ZAT's answer worked for me... AFTER I changed the ";"s to ","s.

    =IF(AND(D52<>"",D52<>0),NOW(),"")
    

    I used "NOW" instead of "TODAY" to give me the time of day.

提交回复
热议问题