I am trying to take the median of a range of values, filtered by the number in the limit column.
As small subset of the data is below.
For example, I need to write a function that finds the median of all the values for records with a Limit of 500.
In this subset of data the function should...