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

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
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,215,479
Messages
6,125,041
Members
449,206
Latest member
Healthydogs

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