Anything obviously wrong with this SUMIFS ?

slam

Well-known Member
Joined
Sep 16, 2002
Messages
871
Office Version
  1. 365
  2. 2019
Hi everyone!

I'm trying to SUM the values in L2:L639 where there are two matches: A26 on the Unique Projects worksheet matches values from F2:F639 on the Not Uploaded worksheet AND where B26 on the Unique Projects worksheet matches values from K2:K639 on the Not Uploaded worksheet.

Excel Formula:
=SUMIFS('Not Uploaded'!$L$2:L$639,'Unique Projects'!$A26,'Not Uploaded'!$F$2:$F$639,'Unique Projects'!B26,'Not Uploaded'!$K$2:$K$639)

Getting #VALUE! pus the formula is automatically filling down 639 rows, which I don't understand. There are definitely matches that should be summed. Where did I go wrong?

Thanks
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Make sure that you don't have any #value errors on the Not Uploaded sheet.
 
Upvote 0
The Sintax should be
=SUMIFS(sum_range, criteria_range1, criteria1, criteria_range2, criteria2)

NOT
=SUMIFS(sum_range, criteria1,criteria_range1,criteria2, criteria_range2)

M.
 
Upvote 0
Thank you Marcelo, I must admit I never realized that made a difference, and I must have been lucky with correct order in the past!
 
Upvote 0

Forum statistics

Threads
1,214,792
Messages
6,121,612
Members
449,039
Latest member
Mbone Mathonsi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top