chnage from average to sum(or count)

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Hello,

How do I change this formula to be a sum of all teh entries instead of
average:

=AVERAGE(IF((TEXT(Calls_Received_All!B1:B10000,"mmmyy")=TEXT(D4,"mmmyy"))*(Calls_Received_All!C1:C10000=D2),Calls_Received_All!F1:F10000))

Thank you for the help
 
Tricky

=SUM(IF((TEXT(Calls_Received_All!B1:B10000,"mmmyy")=TEXT(D4,"mmmyy"))*(Calls_Received_All!C1:C10000=D2),Calls_Received_All!F1:F10000))
 
Perfect

Bob Phillips said:
Tricky

=SUM(IF((TEXT(Calls_Received_All!B1:B10000,"mmmyy")=TEXT(D4,"mmmyy"))*(Calls_Received_All!C1:C10000=D2),Calls_Received_All!F1:F10000))

--
__________________________________
HTH

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top