=IFERROR((SUMPRODUCT((('3-Service Calculator'!$G$1:$G$10000="1-serv call")+('3-Service Calculator'!G$1:$G$10000= "4-more time")+('3-Service Calculator'!G$1:$G$10000= "3-recall")+('3-Service Calculator'!G$1:$G$10000= "6-follow up")),--('3-Service Calculator'!$X$1:$X$10000=1),'3-Service Calculator'!$S$1:$S$10000)/SUMPRODUCT((('3-Service Calculator'!$G$1:$G$10000="1-serv call")+('3-Service Calculator'!G$1:$G$10000= "4-more time")+('3-Service Calculator'!G$1:$G$10000= "3-recall")+('3-Service Calculator'!G$1:$G$10000= "6-follow up")),--('3-Service Calculator'!$X$1:$X$10000=1)))/24,0)
=IFERROR(AVERAGEIFS('3-Service Calculator'!$S:$S,'3-Service Calculator'!$G:$G,"1-serv call",'3-Service Calculator'!$X:$X, 1)/24,0)
The formula you created is a little over my head, so I will explain the one that I have. Its reads as follows…
Criteria
If G:G = 3-service call < plus the additions > 3-recall, 4-more time, 6-follow up
And
X:X = 1
Result
Go to
S:S = SUM the average/24
Bookmarks