I have 4 employees and 54 clients i want to calculated the average client for each employee.
J Jessica Sep 18, 2008 #1 I have 4 employees and 54 clients i want to calculated the average client for each employee.
P Pete_UK Sep 18, 2008 #2 =54/4 Or, if you have those numbers in cells A1 and B1 respectively: =A1/B1 Hope this helps. Pete