Forum Discussion
- DianaMillerQrew MemberUsing the Ceil function should address your needs.
Example:
Ceil(ToDays([End Date]-[Start Date])/7) - AmandaBakerQrew MemberThanks, Diana! Should I change the field type from Duration to Formula-Numeric?
- DianaMillerQrew MemberFor a Duration formula field type, you can use
Weeks(Ceil(ToDays([End Date]-[Start Date])/7))
In the field properties, set the Value Display to Weeks instead of Smart Units or any other option.