Mulitiple Criteria Sum

SaraWitch

Active Member
Joined
Sep 29, 2015
Messages
322
Office Version
  1. 365
Platform
  1. Windows
Hello all,

I have Column A with property type and Column B with totals in separate sheet. I am trying to total "Post war parlour 3 bed" and "Pre war parlour 3 bed" to give one total for 3 bed parlours. I have tried:

{=SUMIFS('Pivet Tables'!$B$3:$B$63,'Pivet Tables'!$A$3:$A$63,"Post war parlour 3 bed",'Pivet Tables'!$A$3:$A$63,"Pre war parlour 3 bed")}

but this is returning a total of '0', which is wrong (there are 100).

I can't use a wild card as there are non parlour 3 bed properties (i.e. =SUMIF('Pivet Tables'!$A$3:$A$63,"*parlour 3 bed",'Pivet Tables'!$B$3:$B$63)

Any help how to do this would be greatly appreciated!

Ta muchly, folks!
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi,

Try SUM your SUMIFS, regular formula, Not CSE:


Book1
B
1#VALUE!
Sheet31
Cell Formulas
RangeFormula
B1=SUM(SUMIFS('Pivet Tables'!$B$3:$B$63,'Pivet Tables'!$A$3:$A$63,"Post war parlour 3 bed"),SUMIFS('Pivet Tables'!$B$3:$B$63,'Pivet Tables'!$A$3:$A$63,"Pre war parlour 3 bed"))
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,823
Members
449,049
Latest member
cybersurfer5000

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