Forum Discussion
alexcatala
3 years agoHelper IV
Days between dates + Today
Hi, I am currently working on a formula to obtain the number of days a person has been absent. That's why I have tried to use the basic formula to count the days I have used the basic ...
- 3 years ago
alexcatala , Most of the time in case of datediff you have add one
int([Absence End Date] - [Absence Start Date]) +1
or
datediff( [Absence Start Date], [Absence End Date], day) +1
amitchandak
3 years agoSuper User
alexcatala , Most of the time in case of datediff you have add one
int([Absence End Date] - [Absence Start Date]) +1
or
datediff( [Absence Start Date], [Absence End Date], day) +1