charlesstricklin
Board Regular
- Joined
- May 6, 2013
- Messages
- 98
- Office Version
- 2021
- Platform
- Windows
My managers send out a weekly table of statistics for the call center, and there are two columns, average talk time and average handle time, that are expressed as :mm:ss as such:
What is the correct formula to result in :5:25 ?
:09:10
:09:33
:08:20
:07:36
:08:25
:08:56
I have row #2 to average each column's values (the correct value I'm looking for in the above example is :5:25) yet, if I use the formula =AVERAGE(A3:A1000) I get a result of #DIV/0!, and if I use the formula =TEXT(SUMPRODUCT(--(H3:H1000))/COUNTA(H3:H1000),"[hh]:mm:ss") I get the result #VALUE!:09:33
:08:20
:07:36
:08:25
:08:56
What is the correct formula to result in :5:25 ?