I have a Datasheet containing Start Time column and End Time column, from those two columns I've calculated the time taken to perform a task using this formula:
=TEXT($E4-$D4,"h:mm:ss")
I want to calculate the average time taken to perform that task. I've tried to use the formula:
=AVERAGE(F4:F31)
But I'll have an error says (#DIV/0)
Are the functions that I'm using correct ?! What function should I use to get the average time ?!
Bellow is a screenshot of the Datasheet
