Multiple Criteria Lookup Function

T

tomf1990

I have data in this format: Agent and Line in Column A and Call number
in Column B

Agent Calls
Jonathan Smith

Line 1 1
Line 2 6

Sarah Jones

Line 1 2
Line 2 4
Line 3 8


I am looking to get a formula that gives me the number of calls taken o
line 1, line 2 etc for each agent. I have tried SUMPRODUCT but I thin
because my Line number and Agent are in the same column it returns a
error. Any suggestions
 
K

Kevin@Radstock

Hi

How about the COUNTIF function: =COUNTIF(your_range,"Line1")
or
=SUMPRODUCT(--(your_array="Line3"))
 

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

Top