I have numbers in one column (A1:A100), is there a function to find the average from values that are over 75% ?
For example: = average(A76:A100)
I first thought that =quartile(A1:A100;3) will do the job, but this is a bit different.
In real situation I have much more rows (A1:A41535).
For your consideration:
Formula in
C1
:Or, more dynamic:
Or, even more dynamic:
The latter would take any amount of numbers in column A:A.