Hello,
I need help evaluating a range for the largest and smallest values, but I would like to restrict my output based on another range.
Assume A1:A100 include values ranging from $100 - $100,000 and column B1:B100 includes percentages ranging from 0% - 50%.
I would like to identify the top five percentages in column B, but only for values in column A that exceed $20,000. This was my solution of removing the possible of outliers in my data.
I thought I could start with the =Large(B1:B100,1) to 5, but have no ideas for how to restrict the output based on the $20,000 threshold; thoughts?
I need help evaluating a range for the largest and smallest values, but I would like to restrict my output based on another range.
Assume A1:A100 include values ranging from $100 - $100,000 and column B1:B100 includes percentages ranging from 0% - 50%.
I would like to identify the top five percentages in column B, but only for values in column A that exceed $20,000. This was my solution of removing the possible of outliers in my data.
I thought I could start with the =Large(B1:B100,1) to 5, but have no ideas for how to restrict the output based on the $20,000 threshold; thoughts?