How to make a calculated column using today's date

前端 未结 0 803
温柔的废话
温柔的废话 2020-12-07 17:31

A have a calculated column with this formula =IF(ISBLANK(Closed),DATEDIF(Created,NOW(),"d"),DATEDIF(Created,Closed,"d"))

This formula works, but t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题