Sumifs counting r21 and r12 as the same??

Dark0Prince

Active Member
Joined
Feb 17, 2016
Messages
433
Code:
=SUMIFS('[ABQCSR_TEMPLATE.xlsm]TABLE (4)'!$B:$B,'[ABQCSR_TEMPLATE.xlsm]TABLE (4)'!$A:$A,$C15)

This is only supposed to find R12 IN THE C15 cell and look for it in TABLE (4)'!$A:$A. Then it adds up what sin the B column. Unfortunaly it adds the R21 & the R12 mixed up and adds them both.
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
I can assure you, If cell C15 contains the text string R12, then your sumifs formula posted will NOT mix it up with the text string R21.
There must be another explanation that is just difficult to see.
Unfortunately, impossible to see without seeing the data.

Do you get the expected result from a Countif of the same criteria?
=COUNTIFS('[ABQCSR_TEMPLATE.xlsm]TABLE (4)'!$A:$A,$C15)

Try filtering column A for the string R12
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,877
Members
449,056
Latest member
ruhulaminappu

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