The result for this [Batch Expiry] - [Batch Creation] is a duration like hours:minutes:seconds. If you want to have it as days, you should write it like TOTALHOURS([Batch Expiry] - [Batch Creation])/24
Hello Michael, If you still waiting for the answer. Try this one:
Go to the setting of your column duration > Auto Compute > Spreadsheet Formula.
You can use this Formula :
IF(INDIRECT(βHβ&ROW())=ββ;ββ;DATEDIF(INDIRECT(βHβ&ROW());TODAY();βYβ)&" Years, β&DATEDIF(INDIRECT(βHβ&ROW());TODAY();βYMβ)&β Month, β&DATEDIF(INDIRECT(βHβ&ROW());TODAY();βMDβ)&β Days")
Let me explain some part of the formula to you
(βHβ&ROW()) > βHβ is your column alphabet of start duration on your spreadsheet document