J
JanS
I need a simpler way COUNT the number of instances in a column in
which the cell value is BETWEEN two other values. For example,
suppose the cells in column 300 rows deep each contain a number
between 0 and 100. How can I count the number of cells in which the
value falls between 75 and 85? So far, the only solution I have found is
to add an extra column with AND(cell>75,cell<85) then count the
"TRUE" results in that column. That's okay if you are only testing one
range but counting values in multiple ranges (35<x<45, 50<x<72,
etc.) is time and space intensive.
I am somewhat competent in Excel but have have not yet learned visual
basic or how to work with Macros.
which the cell value is BETWEEN two other values. For example,
suppose the cells in column 300 rows deep each contain a number
between 0 and 100. How can I count the number of cells in which the
value falls between 75 and 85? So far, the only solution I have found is
to add an extra column with AND(cell>75,cell<85) then count the
"TRUE" results in that column. That's okay if you are only testing one
range but counting values in multiple ranges (35<x<45, 50<x<72,
etc.) is time and space intensive.
I am somewhat competent in Excel but have have not yet learned visual
basic or how to work with Macros.