
Originally Posted by
NBVC
Try:
=IFERROR((SUMPRODUCT((('3-Service Calculator'!$G$1:$G$10000="1-serv call")+('3-Service Calculator'!$G$1:$G$10000="3-recall")+('3-Service Calculator'!$G$1:$G$10000="4-more time")+('3-Service Calculator'!$G$1:$G$10000="6-follow up")),--('3-Service Calculator'!$X$1:$X$10000=3),'3-Service Calculator'!$L$1:$L$10000)/SUMPRODUCT((('3-Service Calculator'!$G$1:$G$10000="1-serv call")+('3-Service Calculator'!$G$1:$G$10000="3-recall")+('3-Service Calculator'!$G$1:$G$10000="4-more time")+('3-Service Calculator'!$G$1:$G$10000="6-follow up")),--('3-Service Calculator'!$X$1:$X$10000=3)))/24,0)
For some reason it is giving me the same answer that this is giving me. Im sure excel is right and im just overlooking my own manual calculation.
I will send you an email with the document and were to look in a bit.
=IFERROR(AVERAGEIFS('3-Service Calculator'!$L:$L,'3-Service Calculator'!$G:$G,{"1-serv call","3-recall","4-more time","6-follow up"},'3-Service Calculator'!$X:$X, 1)/24,0)
Bookmarks