Automatic timestamp when a cell is filled out

前端 未结 6 2045
感情败类
感情败类 2020-11-29 06:33

I have an excel formula that is very simple and it works because I can restrict the recursive iterations. I am not very script savvy, but this is what it is and it works.

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-29 07:03

    and if you want it to update if the cell is changed again just delete this line

    if( nextCell.getValue() !== '' ) //is empty?
    

    By the way, how can the date be formatted to ie. dd/mm/yyyy instead of the default dd/mm/yyyy hh:MM:ss format

提交回复
热议问题