Try "0:20:00"+0

Also FYI, the way you did it is not wrong persay
But instead if
IF(calculation>=20,20,calculation)
Try
MIN(20, calculation)