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