Hello,
thank you in advance for all help regarding this.
I am trying to
get
for these purposes - get a function that automatically shows a text (wonderful) or (no good) for a sequence of stats (manually inputted) based on student scores.
I am trying to find out which meet crtieria for certain elements.
Help form an excel friend, advised to split it up, and use the or function:
=OR(H5="<69",H5>20<85)
for the first set, to determine if for example h is meeting criteria, then total all these criteria check, to give an answer. A wrokaround i can live with.
So
col H (data set 1), J (set 2), k + L (need to count of these data set 3), M (set 4). (i have 7 of these that may or may not be filled.
so in AL i have the OR function above =OR(H5="<69",H5>20<85) but it also counts the blank cells. = i then have AM which counts the qualifying columns here, and returns the result which i have copied into column T.
A) any ideas how i can make either the OR function ignore blanks, or make blanks 0, and then it ignore zeros.
or B) how i can get it to count only the cells that meet criteria without a loop /work around?
thanks again
thank you in advance for all help regarding this.
I am trying to
get
for these purposes - get a function that automatically shows a text (wonderful) or (no good) for a sequence of stats (manually inputted) based on student scores.
I am trying to find out which meet crtieria for certain elements.
Help form an excel friend, advised to split it up, and use the or function:
=OR(H5="<69",H5>20<85)
for the first set, to determine if for example h is meeting criteria, then total all these criteria check, to give an answer. A wrokaround i can live with.
So
col H (data set 1), J (set 2), k + L (need to count of these data set 3), M (set 4). (i have 7 of these that may or may not be filled.
so in AL i have the OR function above =OR(H5="<69",H5>20<85) but it also counts the blank cells. = i then have AM which counts the qualifying columns here, and returns the result which i have copied into column T.
A) any ideas how i can make either the OR function ignore blanks, or make blanks 0, and then it ignore zeros.
or B) how i can get it to count only the cells that meet criteria without a loop /work around?
thanks again