Forum Discussion
cdersarkisian
Jan 18, 2021Copper Contributor
DatedIf Not Working
I'm trying to calculate the shelf life remaining on an item using the manufactured date & the expiration date. Using the DatedIf function I am attempting to formulate the following: =datedif(mfg_date...
Neal__
Oct 26, 2022Copper Contributor
=([end_date]-[start_date])/365.25 (or 30.4375, etc.)
works well enough for most purposes