Forum Discussion
Anonymous
5 years agoNot applicable
Help with date
Hi, im trying to calculate the number of days an item is opened. (Attached below) If Column A is Blank, Column B should show the number of days an item is opened for However if column A h...
- 5 years ago
Anonymous , Try a new column like
if(isblank([A]), datediff([date creation],today(), day), 0)
amitchandak
5 years agoSuper User
Anonymous , Try a new column like
if(isblank([A]), datediff([date creation],today(), day), 0)
Anonymous
5 years agoNot applicable
Worked. Thank you