Pulling a column header based on a cells lowest value

kcgojnur

Board Regular
Joined
Aug 13, 2014
Messages
122
Hi -

I'm wondering if someone can help me out. I have a table that has carrier name and below the name is the various prices. Some carriers will have "N/A" if they do not service certain regions. I'm trying to find a way that will review all the rates and provide to me the carrier name that offers the cheapest rate. I've tried to ways to accomplish this but I'm getting an error.

1st way was
Code:
=INDEX(F55:M55,MATCH(C87,$F$56:$O$59,0))
In which cell c87 was created to pull the minimum rate.

2nd way was
Code:
=INDEX(F55:M55,MATCH(MIN(F56:O59),F56:O59,0))

Both ways are giving me N/A. Is it because some of the values in my table have "N/A"?

Any help is greatly appreciated.
 
Finding the lowest rate amount multiple criteria

I have a work sheet in which I need to find the lowest rate among multiple criteria.

Cell C56 is designated to provide a response of 1-22.

(E 56)Carriers
(F56)Aetna
(G56)Dean
(H56)UHC
(I56)Kaiser
Bronze
rate 1
rate 1
""
""
Silver
rate 2
rate 2
""
""
Gold
rate 3
rate 3
""
""
Platinum
rate 4
rate 4
""
""

<tbody>
</tbody>








I'm looking to see how I can pull the lowest silver rate among Aetna and UHC if cell C56 is either 7 or 15

if cell c56 is 7 or 15 then give me the lowest rate of silver prices for Aetna and UHC.
 
Upvote 0

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Re: Finding the lowest rate amount multiple criteria

I have a work sheet in which I need to find the lowest rate among multiple criteria.

Cell C56 is designated to provide a response of 1-22.

(E 56)Carriers(F56)Aetna(G56)Dean(H56)UHC(I56)Kaiser
Bronzerate 1rate 1""""
Silverrate 2rate 2""""
Goldrate 3rate 3""""
Platinumrate 4rate 4""""

<tbody>
</tbody>








I'm looking to see how I can pull the lowest silver rate among Aetna and UHC if cell C56 is either 7 or 15

if cell c56 is 7 or 15 then give me the lowest rate of silver prices for Aetna and UHC.


If C56 is not 7 or 15 then looking for the lowest rate across all carriers.
 
Upvote 0

Forum statistics

Threads
1,216,753
Messages
6,132,514
Members
449,732
Latest member
Viva

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