Hi everyone-
I’m looking to create a formula that will allow me to lookup the largest result(s) in one data range, and then if there are multiple results, a second lookup if performed for only those largest number in a second data range, looking for the lowest number in the second data range.
For example, here's an snapshot of a file I created: https://imgur.com/a/qRs65J1
I want to perform an hlookup of the highest value in row 18, and if there is more than on top value, then look through row 19 for only the columns that have the highest values, find the lesser of the amounts, and finally return the name of a service in row 20
To walk through this operation, the formula would look through row 18 and identify H18 & O18 as the two highest values, then it would look through row 19 for the lower value in either column H or O, identifying O19, and then return the value in O20 (Company E, Service 4).
I would prefer to use a formula rather that VBA or an array. Is this possible?
I’m looking to create a formula that will allow me to lookup the largest result(s) in one data range, and then if there are multiple results, a second lookup if performed for only those largest number in a second data range, looking for the lowest number in the second data range.
For example, here's an snapshot of a file I created: https://imgur.com/a/qRs65J1
I want to perform an hlookup of the highest value in row 18, and if there is more than on top value, then look through row 19 for only the columns that have the highest values, find the lesser of the amounts, and finally return the name of a service in row 20
To walk through this operation, the formula would look through row 18 and identify H18 & O18 as the two highest values, then it would look through row 19 for the lower value in either column H or O, identifying O19, and then return the value in O20 (Company E, Service 4).
I would prefer to use a formula rather that VBA or an array. Is this possible?