elsenorjose
Technical User
This kind of question has been asked time and again but I can't seem to modify the usual formulas to fit my needs.
I have a field which captures the duration of a media file in seconds. In my report, I have groupings by filename and would like to calculate the average time a file is played and display it in HH:MM:SS (usually it will just be MM:SS). Some sample data:
Filname Duration (in seconds)
1 100
1 200
1 300
1 400
2 500
2 600
2 700
2 800
3 900
3 1000
3 1100
3 1200
Desired Output:
Filname Avg. Duration in Mins.
1 4:10
2 10:10
3 17:30
Avg for all: 10:30
I can insert a summary to give me the average across the groups and the grand total but this displays in seconds and as decimals. If I use a ToText formula to format the time in HH:MM:SS format, I can't do any math on it. What am I missing?
Thanks!
I have a field which captures the duration of a media file in seconds. In my report, I have groupings by filename and would like to calculate the average time a file is played and display it in HH:MM:SS (usually it will just be MM:SS). Some sample data:
Filname Duration (in seconds)
1 100
1 200
1 300
1 400
2 500
2 600
2 700
2 800
3 900
3 1000
3 1100
3 1200
Desired Output:
Filname Avg. Duration in Mins.
1 4:10
2 10:10
3 17:30
Avg for all: 10:30
I can insert a summary to give me the average across the groups and the grand total but this displays in seconds and as decimals. If I use a ToText formula to format the time in HH:MM:SS format, I can't do any math on it. What am I missing?
Thanks!