Forum Discussion
Formula for SPO Calculated Column
- Jun 18, 2021
PLove59 Try using below formula:
=DATEDIF([Shipout], Today(), "d") / 365 * 12 * 4000Note: Sometimes comma(,) does not work in formula (I am not sure but it is based on something language or regional settings on your site). So in that case use semicolon(;) instead of comma(,).
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.
PLove59 Try using below formula:
=DATEDIF([Shipout], Today(), "d") / 365 * 12 * 4000
Note: Sometimes comma(,) does not work in formula (I am not sure but it is based on something language or regional settings on your site). So in that case use semicolon(;) instead of comma(,).
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.
- PLove59Jun 18, 2021Brass Contributorganeshsanap Your formula worked perfectly ... thank you so much!