I am trying to create a formula which calculates time by tenths of an
hour. My calcuation works fine if I my elapsed time is 60 minutes or
less. The problem is if it is more than 60 minutes. Here is my sample
formula.
(Sum(A2:B2)/(60/10))
I am probably just overthinking it. Thanks for any help.