Countifs

Vanda_a

Well-known Member
Joined
Oct 29, 2012
Messages
938
Hello all

Could anyone help count my below issue?
Thank you very much
[TABLE="class: grid, width: 200, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0-100[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]100-500[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]500-1000[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
I would like to count column A that meet criteria with above table
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Apple[/TD]
[TD]100[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Orange[/TD]
[TD][/TD]
[TD]300[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Mango[/TD]
[TD][/TD]
[TD][/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Apple[/TD]
[TD][/TD]
[TD]1000[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Orange[/TD]
[TD][/TD]
[TD]300[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]Apple
[/TD]
[TD]700
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited:

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Could you explain the logic to get the results you have shown?
0
2
2
Do you want to count unique the fruits that meet the criteria?

M.
 
Upvote 0
Maybe something like this...


[TABLE="class: grid"]
<tbody>[TR]
[TD="bgcolor: #DCE6F1"][/TD]
[TD="bgcolor: #DCE6F1"]
A
[/TD]
[TD="bgcolor: #DCE6F1"]
B
[/TD]
[TD="bgcolor: #DCE6F1"]
C
[/TD]
[TD="bgcolor: #DCE6F1"]
D
[/TD]
[TD="bgcolor: #DCE6F1"]
E
[/TD]
[TD="bgcolor: #DCE6F1"]
F
[/TD]
[TD="bgcolor: #DCE6F1"]
G
[/TD]
[TD="bgcolor: #DCE6F1"]
H
[/TD]
[/TR]
[TR]
[TD="bgcolor: #DCE6F1"]
1
[/TD]
[TD]
Lower​
[/TD]
[TD]
Higher​
[/TD]
[TD]
Result​
[/TD]
[TD][/TD]
[TD]
Apple​
[/TD]
[TD]
100​
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="bgcolor: #DCE6F1"]
2
[/TD]
[TD]
0​
[/TD]
[TD]
100​
[/TD]
[TD]
0​
[/TD]
[TD][/TD]
[TD]
Orange​
[/TD]
[TD][/TD]
[TD]
300​
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="bgcolor: #DCE6F1"]
3
[/TD]
[TD]
100​
[/TD]
[TD]
500​
[/TD]
[TD]
2​
[/TD]
[TD][/TD]
[TD]
Mango​
[/TD]
[TD][/TD]
[TD][/TD]
[TD]
500​
[/TD]
[/TR]
[TR]
[TD="bgcolor: #DCE6F1"]
4
[/TD]
[TD]
500​
[/TD]
[TD]
1000​
[/TD]
[TD]
2​
[/TD]
[TD][/TD]
[TD]
Apple​
[/TD]
[TD][/TD]
[TD]
1000​
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="bgcolor: #DCE6F1"]
5
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]
Orange​
[/TD]
[TD][/TD]
[TD]
300​
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="bgcolor: #DCE6F1"]
6
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]
Apple​
[/TD]
[TD]
700​
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Array formula in C2 copied down
=SUM(IF(FREQUENCY(IF($F$1:$H$6<>"",IF($F$1:$H$6>=A2,IF($F$1:$H$6 < B2,MATCH($E$1:$E$6,$E$1:$E$6,0)))),ROW($E$1:$E$6)-ROW($E$1)+1),1))
<b2,match($e$1:$e$6,$e$1:$e$6,0)))),row($e$1:$e$6)-row($e$1)+1),1))
Ctrl+Shift+Enter

M.</b2,match($e$1:$e$6,$e$1:$e$6,0)))),row($e$1:$e$6)-row($e$1)+1),1))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,915
Members
452,366
Latest member
TePunaBloke

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