Forum Discussion
number of days between two dates?
- Nov 08, 2022
IrfanLatif You can create a calculated column for this. Use formula like below for calculated column:
=DATEDIF([Work Start Date],[Work End Date],"d")Note: You have to create a new calculated column. You cannot use above formula in calculated value option of any other column in list.
Documentation: Calculated field formulas
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
IrfanLatif You can create a calculated column for this. Use formula like below for calculated column:
=DATEDIF([Work Start Date],[Work End Date],"d")
Note: You have to create a new calculated column. You cannot use above formula in calculated value option of any other column in list.
Documentation: Calculated field formulas
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.