Finding lowest cost carrier amoung an arry.

kcgojnur

Board Regular
Joined
Aug 13, 2014
Messages
122
Hello -

I have a spread sheet that has multiple carriers, metallics and rates. I'm looking to find the lowest carrier among bronze rates.

Aetna
BCBS
Health Net
Dean
Geisinger
Bronze
10
N/A
100
35
5
Bronze Plus
15
N/A
50
45
10
Gold
20
N/A
75
55
15
Silver
30
N/A
25
65
20

<tbody>
</tbody>

Looking to find a way that I can pull the name of the lowest cost carrier (Geisinger) in my example above. Table range is E55:O60.

I'm looking to have this the result in C87

Thanks.
 
If it is only the Ctrl+Shift+Enter confirmation that is the problem, might this standard-entry version be any use?
Again the formula in C87 is copied down to list any equal lowest cost carriers.


Book1
CDEFGHIJ
5AetnaBCBSHealth NetDeanGeisinger
6Bronze10N/A5355
7Bronze Plus15N/A504510
8Gold20N/A755515
9Silver30N/A256520
86
87Health Net
88Geisinger
89
Lowest Cost
Cell Formulas
RangeFormula
C87=IFERROR(INDEX(F$5:O$5,AGGREGATE(15,6,(COLUMN(F:O)-COLUMN(F:F)+1)/(INDEX($F$6:$O$60,MATCH("bronze",E$6:E$60,0),0)=MIN(INDEX($F$6:$O$60,MATCH("bronze",E$6:E$60,0),0))),ROWS(C$87:C87))),"")
 
Upvote 0

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.

Forum statistics

Threads
1,216,105
Messages
6,128,859
Members
449,472
Latest member
ebc9

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top