+ Reply to Thread
Results 1 to 7 of 7

Finding the lowest carrier amoung a specific list

  1. #1
    Registered User
    Join Date
    05-15-2015
    Location
    United States
    MS-Off Ver
    2013
    Posts
    67

    Finding the lowest carrier amoung a specific list

    Hello -

    I'm looking to find the lowest carrier based on a certain criteria. Hoping someone can help.

    Cell C56 gives me my rating bands 1-22
    If C56 is NOT 7 or 15 I need to find the lowest silver rate among Aetna, BCBS or United
    F55:O55 is the row that list all my carriers
    F56:O59 are my rates
    F57:O57 is my row of silver rates.

    So for example if C56 is 1 it will name the lowest silver carrier among Aetna, BCBS or United. If C56 is 7 or 15 it should return "N/A".

    TIA

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,444

    Re: Finding the lowest carrier amoung a specific list

    Will you please attach a sample Excel workbook? We are not able to work with or manipulate a description of one and nobody wants to have to recreate your data from scratch.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired solution is also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Finding the lowest carrier amoung a specific list

    I think that this should work but we would have to see a sample of the file to make sure.

    =IF(OR(C56={7,15}),NA(),MIN(IF((F55:O55="Aetna")+(F55:O55="BCBS")+(F55:O55="United"),F57:O57))) Ctrl Shift Enter

  4. #4
    Registered User
    Join Date
    05-15-2015
    Location
    United States
    MS-Off Ver
    2013
    Posts
    67

    Re: Finding the lowest carrier amoung a specific list

    Attached is a sample. I tried the above however it doesn't seem to indicate the lowest silver carrier among those listed. It seems to be pulling the rate itself. Looking to just list the name of the carrier with the lowest silver rate among Aetna, BCBS, United.
    Attached Files Attached Files
    Last edited by kcgojnur; 08-22-2017 at 09:52 AM.

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Finding the lowest carrier amoung a specific list

    Oh, you want the name of the carrier not the amount. In that case, based on your example, try this

    =IF(OR(O2={7,15}),NA(),INDEX(C1:L1,MATCH(MIN(IF((C1:L1="Aetna")+(C1:L1="BCBS")+(C1:L1="United"),C3:L3)),C3:L3,0))) Ctrl Shift Enter

  6. #6
    Registered User
    Join Date
    05-15-2015
    Location
    United States
    MS-Off Ver
    2013
    Posts
    67

    Re: Finding the lowest carrier amoung a specific list

    Quote Originally Posted by 63falcondude View Post
    Oh, you want the name of the carrier not the amount. In that case, based on your example, try this

    =IF(OR(O2={7,15}),NA(),INDEX(C1:L1,MATCH(MIN(IF((C1:L1="Aetna")+(C1:L1="BCBS")+(C1:L1="United"),C3:L3)),C3:L3,0))) Ctrl Shift Enter
    It worked! Really appreciate the help on this one.

  7. #7
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Finding the lowest carrier amoung a specific list

    You're welcome. Happy to help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. looking for a list of all cell phone carrier message address
    By iwannabakat in forum Excel General
    Replies: 4
    Last Post: 05-10-2014, 06:37 PM
  2. [SOLVED] Lookup lowest value in a list for an item for a specific date
    By JungleJme in forum Excel General
    Replies: 5
    Last Post: 07-26-2012, 05:28 AM
  3. Finding Lowest Cost from a List with Wildcard
    By 123Steve in forum Excel General
    Replies: 11
    Last Post: 11-15-2011, 12:16 AM
  4. Replies: 3
    Last Post: 07-06-2011, 01:42 PM
  5. Excel 2007 : Help finding lowest price in list of orders
    By Snoozeburger in forum Excel General
    Replies: 6
    Last Post: 10-14-2010, 03:05 AM
  6. finding lowest cost from supplier list
    By jimbokeep in forum Excel General
    Replies: 4
    Last Post: 08-05-2010, 06:03 AM
  7. [SOLVED] finding lowest priced item in a list
    By TimH in forum Excel General
    Replies: 3
    Last Post: 01-13-2006, 02:29 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1