Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Project Turnaround Time Calculated Field - "Invalid Custom Expression"

Avatar

Level 2

Hi,

I'm trying to set up a calculated field from the Tracking Turnaround Time blog. When I paste the formula in the calculation box, I get an error of "This is an invalid custom expression, please try again" with "480" and "2" identified as the errors.

 

Is there an updated formula or page I can reference?

ROUND((DIV(WORKMINUTESDIFF(Actual Completion Date, Actual Start Date),480),2)
 
Thank you!
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Try this expression instead

 

ROUND(DIV(WORKMINUTESDIFF({actualCompletionDate},{actualStartDate}),480),2)



View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Try this expression instead

 

ROUND(DIV(WORKMINUTESDIFF({actualCompletionDate},{actualStartDate}),480),2)