I can't seem to figure out why I can't count the number of cells in a range that meet a given criteria. E.g. if the table below was a range A1: D4, count the number of cells >=.25 or <=-.25, should result in 4
My formula: =COUNTIFS(AM78:BC85,">=.25",AM78:BC85,"<=-.25")
My formula: =COUNTIFS(AM78:BC85,">=.25",AM78:BC85,"<=-.25")
.1 | .05 | .2 | .25 |
.4 | .5 | .05 | .04 |
.05 | .01 | .07 | .17 |
.15 | .09 | .05 | .27 |