Anything obviously wrong with this SUMIFS ?

slam

Well-known Member
Joined
Sep 16, 2002
Messages
873
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

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
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,215,425
Messages
6,124,824
Members
449,190
Latest member
rscraig11

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