SUMIF problem

  • Thread starter Thread starter R0bert0
  • Start date Start date
R

R0bert0

I need to figure out how to return the sum of cells matching 2 criteria
If possible one of these criteria should be something I specify i
quotation marks such as
"RAB14"

I want it to SUMIF but I need it to match a part number and then
press number from a list in a separate workbook.

Thank
 
Try
=SUMPRODUCT(range*(Condition1)*(Condition2))
Condition1 might be something like
range="RAB14"
 
"range" and "range" are of course two different ranges in that example.
Sorry, not clear.
 
=SUMPRODUCT(--(PartsRange=E2),--(PressRange=F2),RangeToSum)

where E2 houses a part number of interest and F2 a press number of interest.
 

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

Back
Top