Forum Discussion
Tonje Waasjø
Nov 17, 2021Copper Contributor
Calculated column showing number of days between dates
Hi, I want a column that shows the number of days between a date thats in another field and todays date. I tried with this =floor((Number([Datefield])-Number(@now))/(1000*60*60*24)), but it failed. ...
Mathias_Stark
Jan 22, 2024Copper Contributor
This on worked for me.
=TODAY()-Slutdatum
Shows the number of day left for column date.
=TODAY()-Slutdatum
Shows the number of day left for column date.