F
Firecraker
Is there an easy way to combine two countif statements? I need to find
the amount of values in a certain rage. I currently am using two
countif statements
In A1
=COUNTIF(AE11:AE21,"<=10")
In A2
=COUNTIF(AE11:AE21,">=15")
I then have a formula in A3 that adds the values together and then
subtracts the values from the total number of cells to get the amount
of cells between 10 and 15.
This is working so far, but I'm wondering if there is an actual formula
for this. I know this isn't the correct syntax but I need the formula
to go something like Countif AE11:AE21 is between or equal to 10 and
15.
Any suggetions would be greatly appreciated!! Thanks in advance!!
Roy
the amount of values in a certain rage. I currently am using two
countif statements
In A1
=COUNTIF(AE11:AE21,"<=10")
In A2
=COUNTIF(AE11:AE21,">=15")
I then have a formula in A3 that adds the values together and then
subtracts the values from the total number of cells to get the amount
of cells between 10 and 15.
This is working so far, but I'm wondering if there is an actual formula
for this. I know this isn't the correct syntax but I need the formula
to go something like Countif AE11:AE21 is between or equal to 10 and
15.
Any suggetions would be greatly appreciated!! Thanks in advance!!
Roy