getting result from 2 criterias

Patcheen

Active Member
Joined
Sep 28, 2015
Messages
388
Office Version
  1. 365
Platform
  1. Windows
im trying to add numbers together when 2 criterias are met

this is my formula =SUMIFS('Match Database'!$B$2:$B$6000,Q5,'Match Database'!$F$2:$F$6000,$R$2,'Match Database'!E$5:$E$6000)

Breakdown (Q5 is the team which will meet the criteria in "b2:b6000 - the other r2 is the Venue which will meet the criteria in "f2:f6000 - so when it meets the criteria laid out in b & F if sould add the number found in
Match Database'!E$5:$E$6000

result -

both criterias have been met in (Q5 is the team which met the criteria in "b2:b6000 - the other r2 is the Venue which met the criteria in "f2:f6000) and the result should be 200 (example)

TIA
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
the SUM Range should come first in
=SUMIFS('Match Database'!E$5:$E$6000,'Match Database'!$B$2:$B$6000,Q5,'Match Database'!$F$2:$F$6000,$R$2)

SUMIFS() has a different order to SUMIF()
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,393
Members
449,081
Latest member
JAMES KECULAH

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