sum columns and convert the total to h: m: s
hi, I have a column containing a few SECONDS, is there a possibility to add the entire column and turn the result into TIME (h: m: s)?
I saw that using the aggregate formula to add to the sum () function, and using the sec_to_time function, I can convert seconds to time.
Can I take the result of the aggregate formula and use it to convert the total to TIME?