I am summing a column of custom type h:mm.
Problem is, if the total hours goes over 24, my SUM resets to 0 and as a result the final number is not correct.
I want the result to be like: 75 hours. But since the result resets, I have no idea how many times it counted past 24 hours.
my equestion:
SUM(A2:A90)