Countifs with AND

psamu

Active Member
Joined
Jan 3, 2007
Messages
462
I am trying to get the countifs by using multiple column. I need to find out the number of times
Column A and Column B. Column A with unique ID and Column B with multiple criteria.
For eg. Coulmn A1 = Apples, Column A2 = Apples
Column B1 = Orange and Column B2 = Peach
Above case count as =2 but if Column B1 Orange, and Column B2 = Orange, then count as 1
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
perhaps you are after this


Excel 2013/2016
ABCD
1orangewine
2orangewine2
3applesvinegar
4orangewine
5applesvinegar
Sheet2
Cell Formulas
RangeFormula
D2{=SUM(1/(COUNTIFS(A1:A5,A1:A5,B1:B5,B1:B5)))}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
That should count as 1, but if orange and vinager comes it count as 2
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,031
Messages
6,128,420
Members
449,449
Latest member
Quiet_Nectarine_

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