sumif function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

trying to use two colums, store location number, and department number, to
sumif their cost to an health premium bill. Not sure how to bracket the
formula and wheither or not to use "and" or another sumif or other
david
 
Assuming the health premiums are in col C

=sumproduct(--(A1:A100=store#),--(B1:B100=dept#),C1:C100)
 
thank you for the prompt response, it helped and will help my accounts
payable clerk with allocations.
 

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

SUMIF with criteria "<>" & "=" 4
quick question on sumif 3
sumif functions 4
using SUMIF with ISNUMBER 6
Sumif Question 1
SUMIF Function 2
dividng numbers using the sumif function 2
Nest SumIf 3

Back
Top