I have a time field that is in seconds. I am using the following to format it to hh:mm:ss but when I export it and try to subtotal it in excel it always returns 00:00:00.
Prev_Week_TT_In: Format(([TT In]/86000),"hh:nn:ss")
I can go to text to columns and change the column so that the sum calculation works in the subtotal but I would like to not have to do that.
Is it the formatting I am using that is causing the issue?
I see this result I would like to see
00:45:12 00:45:12
00:32:24 00:32:24
00:00:00 00:77:36
As always, Thanks in advance!