Help with existing formula, but removing {} condition

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. The following formula works, however, I'm wondering if there is a way to write it w/out using { } as it is giving our API issues. Current formula
Code:
{=IFERROR(INDEX($F$55:$O$55,SMALL(IF(INDEX($F$56:$O$60,MATCH("Bronze",$E$56:$E$60,0),0)=MIN(INDEX($F$56:$O$60,MATCH("bronze",$E$56:$E$60,0),0)),COLUMN($F$56:$O$60)-COLUMN($F$56)+1),ROWS($C$86:C86))),"")}

AetnaBCBSHealth NetDeanGeisinger
Bronze10N/A100355
Bronze Plus15N/A504510
Gold20N/A755515
Silver30N/A256520

<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

Is there a way to write this w/out { }?
 
Last edited:

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".

Forum statistics

Threads
1,215,514
Messages
6,125,273
Members
449,219
Latest member
daynle

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