sum particular items from a list

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

I have a long list of orders attributed to four different salespeople. I
want to use a function (in a cell at the bottom of the list) to SUM the
value of all the orders in the list which belong to salesman1, ignoring all
the others. Then do the same for salesman2 etc...

Salesman's name is in column A, order value is in column D. I KNOW this is
straightforward, but I just can't figure out how to do it. Help, please!

Thanks
 
=SUMIF(A:A,"Salesman1",D:D)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Try...

=SUMIF(A1:A100,"SalespersonName",D1:D100)

Adjust the range accordingly.

Hope this helps!
 

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

Conditional Sum 3
duplicate query 1
I don't get it... - Merging 2
2 salesmen for 1 project 2
Summing values in table 3
SUM - IF - AND 7
Sum (or Count) Total for a Column of Text 1
Sum Lookup 6

Back
Top