I really thought that this was going to be simple, but I just can't figure it out.
I have a list of 70 values in a range.
There are multiple rows of values for each of these columns. For this example, the rows could be a physical good, and the rows are customers. The values in the table represent the number of each item each customer has.
I want to be able to establish by checking each item, what relative position of largeness that it holds within the range. I can't sort the table, as this will change for each customer, so is there a way of looking at a value and saying that it is the nth largest cell within the given range?
Using the large(array, n) function requires knowing n(the nth largest value). I'm looking for a way of calculating n.
Thanks
I have a list of 70 values in a range.
There are multiple rows of values for each of these columns. For this example, the rows could be a physical good, and the rows are customers. The values in the table represent the number of each item each customer has.
I want to be able to establish by checking each item, what relative position of largeness that it holds within the range. I can't sort the table, as this will change for each customer, so is there a way of looking at a value and saying that it is the nth largest cell within the given range?
Using the large(array, n) function requires knowing n(the nth largest value). I'm looking for a way of calculating n.
Thanks