sumifs, matching dates.

srizki

Well-known Member
Joined
Jan 14, 2003
Messages
1,844
Office Version
  1. 365
Platform
  1. Windows
On sheet1, I have dates in column A, once only, I need to match that date with the dates multiple times on column B of sheet two and sum the amount from column B.
I am using the SUMIFS function on the 2016 version of Excel but getting #VALUE! error.
Please advise

=SUMIFS('R.2 MM-AR-Detail'!B:B,'Open Injected AR Balance 7.08'!A5,'R.2 MM-AR-Detail'!I:I)

Best regards,
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
You have the arguments in the wrong order. The sum range should be 1st not last.
 
Upvote 0
You have the arguments in the wrong order. The sum range should be 1st not last.
Thank you, I thought it would be the same order as the COUNTIF.
Yes, it is working,
Thanks again.
 
Upvote 0
Nope, sumifs & sumif have a different order.
 
Upvote 0
Thank you, I thought it would be the same order as the COUNTIF.
Yes, it is working,
A good thing to do/verify is to just do a Google search on the function.
There are tons of good articles, explanations, and examples on all of them that show you exactly how to use these functions.
 
Upvote 0
A good thing to do/verify is to just do a Google search on the function.
There are tons of good articles, explanations, and examples on all of them that show you exactly how to use these functions.
Thank you, Joe.
Best regards,
 
Upvote 0

Forum statistics

Threads
1,215,050
Messages
6,122,868
Members
449,097
Latest member
dbomb1414

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