@JamesM-MERGE
I may be wrong, but give either of these a try for your value expression, I think your next-to-last paren just needs to shift:
valueexpression=ROUND(({actualDurationMinutes}/60/8),0)
valueexpression=ROUND(({actualDurationMinutes}/480),0) - since you were dividing by 60 (minutes in a...