Is it possible to use an operation on a range inside COUNTIF? Let's say I want to count all the occurrences where a range is less than 50 after rounding. Can I do that without creating an extra column?
This does not work (returns 0).
=COUNTIF(ROUND(scores); "<50")