Help with a formula (Multiple lines to sum and return if)

J

Jim

Hello,

Thank you in advance for the help. One sheet one I would like to return the
sum of data from sheet two if the salesperson name matches. Here are the
details:

Sheet 1
In column A I have the names of sales people (listed by row) - header is
"Name"
In column B I have cells available to total the sales people numbers by month

Sheet 2
In column A, the sales people are listed many times
In column B, lists the Account name (not important for this help)
In column C, is the total sold to that customer

Now in the B column, I would like to match the name of the salesperson and
sum all of their dollars sold in column C.

I hope I did not make a train wreck of this explanation.

Thanks
Jim
 
T

T. Valko

Try this...

Entered in B2 of Sheet1 and copied down as needed.

=SUMIF(Sheet2!A:A,A2,Sheet2!C:C)
 
E

Eduardo

Hi

in column B enter

=SUMPRODUCT(--(A1=Sheet2!A1:A13),Sheet2!C1:C13)

change range to fit your needs
 

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