kumara_faith
Well-known Member
- Joined
- Aug 19, 2006
- Messages
- 951
- Office Version
- 365
Hi,
I have the following in Table 1:
In the following , I have the summary in Table 2 by month:
In the column for Rate, I am trying to calculate the average for each employee. For Javier, the average for Jan is actually 96%. However, my current formula is calculating as 48% since it includes the zero in the range. Is there a way to modify the formula for the correct result ? Appreciate the help.
I have the following in Table 1:
Table 1 | |||
Month | Branch | Staff | Rate |
Jan | Texas | Javier | 95% |
Jan | Texas | Javier | 0% |
Jan | Texas | Javier | 97% |
Jan | Texas | Javier | 0% |
Jan | Colorado | Randall | 93% |
Feb | Texas | Javier | 94% |
Feb | Texas | Javier | 91% |
Feb | Oklahoma | Betty | 85% |
Feb | Virginia | Lupo | 87% |
Feb | Colorado | Randall | 90% |
Mar | Texas | Javier | 93% |
Mar | New York | Jenna | 85% |
Mar | Texas | Javier | 86% |
Mar | Virginia | Lupo | 91% |
Mar | Colorado | Randall | 94% |
In the following , I have the summary in Table 2 by month:
Table 2 | |||
Month | Branch | Staff | Rate |
Jan | Texas | Javier | 48% |
Jan | Colorado | Randall | |
Feb | Texas | Javier | |
Feb | Oklahoma | Betty | |
Feb | Virginia | Lupo | |
Feb | Colorado | Randall | |
Mar | Texas | Javier | |
Mar | New York | Jenna | |
Mar | Virginia | Lupo | |
Mar | Colorado | Randall |
In the column for Rate, I am trying to calculate the average for each employee. For Javier, the average for Jan is actually 96%. However, my current formula is calculating as 48% since it includes the zero in the range. Is there a way to modify the formula for the correct result ? Appreciate the help.
Excel Formula:
=AVERAGEIFS(E3:E17,B3:B17,G3,C3:C17,H3,D3:D17,I3)