Using Excel 2010
OK, here's what I'm trying to get. I'm trying to calculate the average tickets closed per day based on employee name. The dash ( - ) under the dates means the person was off that day and should not be calculated in the average.
I use the formula =AVERAGEIF(E48:AI48,">=0") to calculate the average on a per line basis. Now I'm trying to calculate the average per day for the year.
This formula I tried definitely did not work: {=AVERAGE(IF(A48:A65,"Pete Abdo",IF(E48:AI65,">=0")))}
Link to spreadsheet >>: http://www.mediafire.com/?y8s8upia719p2hp
OK, here's what I'm trying to get. I'm trying to calculate the average tickets closed per day based on employee name. The dash ( - ) under the dates means the person was off that day and should not be calculated in the average.
Code:
COL A COL B C D E F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF
Name Total 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Pete Abdo 100 2 6 - - - 9 6 4 3 2 - - 6 5 - - 1 - - 6 9 11 12 11 - - 7 - - -
Samara Jones 111 1 2 13 - - 3 7 9 16 11 - - 8 6 3 4 0 - - 4 1 - - 4 - - 7 4 5 3
Shilpa Suresh 100 10 4 7 - - 11 4 11 5 2 - - 5 4 - 4 9 - - 8 2 2 3 2 - - 7 - - -
Theo Brown 122 2 5 - - - 16 - 3 1 2 - - 2 - 6 9 10 - - 1 3 4 2 9 - - 14 12 9 12
Pete Abdo 163 - - - - 4 13 10 7 - - 9 14 5 4 15 - - 5 7 8 10 15 - - 5 4 18 10 - -
Samara Jones 16 - - - - - 0 0 2 - - 0 1 1 0 1 - - 2 1 2 0 0 - - 3 2 - 1 - -
Shilpa Suresh 77 - - - - 3 4 4 8 - - 5 4 1 6 2 - - 3 5 1 3 6 - - 3 6 3 10 - -
Theo Brown 43 8 - - - 12 7 3 0 - - 0 0 0 0 0 - - 0 0 7 0 4 - - 0 0 0 2 - -
This formula I tried definitely did not work: {=AVERAGE(IF(A48:A65,"Pete Abdo",IF(E48:AI65,">=0")))}
Link to spreadsheet >>: http://www.mediafire.com/?y8s8upia719p2hp