Since times are numbers to XL, you can average them using
=AVERAGE(A1:A10), say.
To find out how many tasks per hour, for example:
A1:A10 time data
A11: =AVERAGE(A1:A10) ===> 0:10:45
A12: =TIME(1,0,0)/A11 ===> 5.6
will give you the number without a circular reference.
In article <335d01c2f109$6dbda520$3301...@phx.gbl>, Doug
"Circular reference" is a separate issue. That says that you are tring
to use the same cell as both input and output. You can't do that, and
you have not given enough information to specifically diagnose the
problem. Look at Help on "Circular reference"
Jerry