Count if Value meets or exceeds criteria

Welsh Mark3

Board Regular
Joined
Apr 7, 2014
Messages
164
Office Version
  1. 365
MonthValueDesired Result
1252
1252
2151
2201

<tbody>
</tbody>

I am looking to try and create a formula that counts occurances from a given date range >=20
So in month one the result would be 2 in month 2 the result =1

Your help is greatly appreciated
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
How about
=COUNTIFS($B$2:$B$7,">"&20,$A$2:$A$7,A2)
 
Upvote 0
a
b
c
1
1​
25​
2​
2
1​
25​
2​
3
2​
15​
1​
4
2​
20​
1​

<tbody>
</tbody>



C1=
COUNTIFS($A$1:$A$4,$A1,$B$1:$B$4,">=20") copy down
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0
=COUNTIFS($I$2:$I$2097,">"&20,$N$2:$N$2097,N2)

Is it possible to change this formula so rather than >20, the value is between 20 & 50?
 
Upvote 0
How about
=COUNTIFS($I$2:$I$2097,">20",$I$2:$I$2097,"<50",$N$2:$N$2097,N2)
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0
You're welcome & thanks for the feedback


I am trying to amend this formula =COUNTIFS($I$2:$I$2096,">10000",$I$2:$I$2096,"<25000",$N$2:$N$2096,N2)

to be SUMIF or SUMIFS but am getting the message that i've entered too few arguments for this function ( the formula I used was =SUMIFS($I$2:$I$2096,">10000",$I$2:$I$2096,"<25000",$N$2:$N$2096,N2)

I have also tried =SUMIFS(I:I,$I$2:$I$2096,">10000",$I$2:$I$2096,"<25000",$N$2:$N$2096,N2) but am getting the error #Value !

Are you able to advise?
 
Upvote 0

Forum statistics

Threads
1,214,973
Messages
6,122,534
Members
449,088
Latest member
RandomExceller01

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