A
Arthur
I have a column of numbers. I want to count the occurences
within different ranges of numbers (like between 40 and
50).
I've tried the formulas below but they produce errors:
CountIf(Range,(>="40",<="50"))
CountIf(Range,and(>="40",<="50"))
Is there a way to do this?
Art
within different ranges of numbers (like between 40 and
50).
I've tried the formulas below but they produce errors:
CountIf(Range,(>="40",<="50"))
CountIf(Range,and(>="40",<="50"))
Is there a way to do this?
Art