how can I use cell refs to create a multiple "OR" criteria when using COUNTIFS

hairyfingers

New Member
Joined
Sep 10, 2015
Messages
18
Hi

If I have this table in cells A1 to C4

Apples 1 yes
Pears 1 no
Oranges 3 no
Plums 4 yes


want to count fruit which have a "1" in col B and a "yes" or "no" in col C using COUNTIFS and an array to create an OR criteria

So like this:
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Hi, something like this?


Excel 2013/2016
ABCDEF
1Apples1yesYes2
2Pears1noNo
3Oranges3no
4Plums4yes
5Bananas1Other
Sheet1
Cell Formulas
RangeFormula
F1=SUMPRODUCT(COUNTIFS(B:B,1,C:C,E1:E2))
 
Upvote 0

Forum statistics

Threads
1,215,336
Messages
6,124,329
Members
449,155
Latest member
ravioli44

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