Hey guys,
I need to find data in the rows next to data that meet the criteria greater than 1 and then the median of those values. Example (I need to find the median of the percentages for all the values that are greater than 1):
1 2%
.02 3%
1.3 4%
1.4 1%
I tried using...