calculate average between employees

J

Jessica

I have 4 employees and 54 clients i want to calculated the average client for
each employee.
 
P

Pete_UK

=54/4

Or, if you have those numbers in cells A1 and B1 respectively:

=A1/B1

Hope this helps.

Pete
 
Top