Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hey there folks. I am wondering how to state the criteria in the COUNTIF
function to find values higher than one number and lower than another. Thank you. |
#2
![]() |
|||
|
|||
![]()
One way:
=SUMPRODUCT(--(A1:A102),--(A1:A10<10)) another =COUNTIF(A1:A102) - COUNTIF(A1:A10<=10) In article , "etan" wrote: Hey there folks. I am wondering how to state the criteria in the COUNTIF function to find values higher than one number and lower than another. Thank you. |
#3
![]() |
|||
|
|||
![]()
Thank you.
"JE McGimpsey" wrote: One way: =SUMPRODUCT(--(A1:A102),--(A1:A10<10)) another =COUNTIF(A1:A102) - COUNTIF(A1:A10<=10) In article , "etan" wrote: Hey there folks. I am wondering how to state the criteria in the COUNTIF function to find values higher than one number and lower than another. Thank you. |
#4
![]() |
|||
|
|||
![]()
You meant of course:
=COUNTIF(A1:A10,"2") - COUNTIF(A1:A10,"10") JE McGimpsey wrote: One way: =SUMPRODUCT(--(A1:A102),--(A1:A10<10)) another =COUNTIF(A1:A102) - COUNTIF(A1:A10<=10) In article , "etan" wrote: Hey there folks. I am wondering how to state the criteria in the COUNTIF function to find values higher than one number and lower than another. Thank you. |
#5
![]() |
|||
|
|||
![]()
No,
=COUNTIF(A1:A10,"2") - COUNTIF(A1:A10,"=10") is what I meant. But yours was closer than mine. In article , Aladin Akyurek wrote: You meant of course: =COUNTIF(A1:A10,"2") - COUNTIF(A1:A10,"10") |
#6
![]() |
|||
|
|||
![]()
Funny, since I started to use Thunderbird as mail-client and
news-reader, which is just great, I'm constantly missing a letter or two in my typing. A great excuse no? <g I actually wanted to write about the CountIf idiom that it's faster than the equivalent SumProduct formula. That is, whenever a numerical in-between condition is involved, it wouldn't a bad idea to invoke this CountIf idiom. And SumIf for summing... JE McGimpsey wrote: No, =COUNTIF(A1:A10,"2") - COUNTIF(A1:A10,"=10") is what I meant. But yours was closer than mine. In article , Aladin Akyurek wrote: You meant of course: =COUNTIF(A1:A10,"2") - COUNTIF(A1:A10,"10") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using countif function to add only a half of a number | Excel Discussion (Misc queries) | |||
COUNTIF FUNCTION | Excel Worksheet Functions | |||
Advanced COUNTIF Function | Excel Worksheet Functions | |||
The countif function in Excel 2002. | Excel Worksheet Functions | |||
hOW TO USE THE AND OPERATOR WITH THE COUNTIF FUNCTION | Excel Worksheet Functions |