ChrisSwirtz1
20 hours agoQrew Trainee
Calculating number of days between two date fields
This is probably a super easy question but I am rusty and nothing I am trying is working and all the discussions I am finding are asking for more complicated formulas. I simply need to calculate the...
- 20 hours ago
np!
Just make a formula numeric field with the formula
[End Date] - [Start Date]
If you want he number of Business Days, then there is a function for that.
WeekDaySub([End Date], [Start Date])