A
Atchy
I am using Excel 2000. And, I need to count cells that
fall in multiple criteria. For example, I have 5 numbers
93.84, 100, 95, 92.5, and 92.5 in cells from A6 to A10. I
wrote the following formula to count the number of the
cells that have numbers between 91 and 95, inclusively:
=SUM(((A6:A10)>90)*((A6:A10)<=95))
Tha should return 4; however, I get an error messge
(#VALUE!). Is that a right formula to count the cells
that I want?
fall in multiple criteria. For example, I have 5 numbers
93.84, 100, 95, 92.5, and 92.5 in cells from A6 to A10. I
wrote the following formula to count the number of the
cells that have numbers between 91 and 95, inclusively:
=SUM(((A6:A10)>90)*((A6:A10)<=95))
Tha should return 4; however, I get an error messge
(#VALUE!). Is that a right formula to count the cells
that I want?