Since there is no way to have 2 time tracking sessions running on the same item, I have to use 2 time tracking columns so multiple people can keep time on the same tasks.
Those tasks are subitems, which I have to then show a summary of on the main pulse for their individual totals.
I’m looking for a formula that will add “time tracking 1” and “time tracking 2” but keep the formatting of “hh:mm:ss” for the total. So far all I can get is “sum({timetracking1},{timetracking2})” which gives me the right answer, but in thousands of seconds.