I'm trying to countif any number in a column 10,000 rows deep is greater than, say 120. But, the 120 is generated by a formula, AND, the numbers are randomly generated. This means that the numbers in the columns are actually formulas. I can see numbers greater than 120 but my countif returns zero. What do I need to do to make it interpret the result of the formula without pasting the actual values since I want to keep the form dynamic?
Thinking about it, I do actually want to know how many total are above the cutoff so maybe something is better than a single countif at the top of the column.
Thinking about it, I do actually want to know how many total are above the cutoff so maybe something is better than a single countif at the top of the column.