I have a sheet with a million lines. Inside one column, I have numbers from 0 to 50,000 .
I am trying to determine, within the filtered range, how many cells in the filtered range fall into a specific value.
I can easily do =COUNTIF(L:L, "<5000") to see how many lines are less than 5000 or =COUNTIFS(L:L,">500",L:L,"<5000") to see the numbers in the TOTAL range, which fall between two numbers, but I canβt figure out how to do this in the filtered range.
I usually use the =SUBTOTAL function with filtered data, but I donβt see how any of the installed =SUBTOTAL functions will work in this example.
Any ideas?
source share