+ Reply to Thread
Results 1 to 6 of 6

Vlookup for a transposed list or Multiple data validation lists

  1. #1
    Registered User
    Join Date
    02-26-2015
    Location
    California
    MS-Off Ver
    2013 professional
    Posts
    5

    Post Vlookup for a transposed list or Multiple data validation lists

    Hi attached is a worksheet which is part of a much larger workbook.
    Col B: Brand Name
    Col C: Subscription Tier (gold, silver, platinum which corresponds to states.
    Col: E-BD : 51 states.

    Data sheet consists of tables for each tier to state.

    1. I'd like to be able to pick tier in dropdown ( already enabled via data validation).
    2. Id like to be able to display an icon under the states ( Green for Yes, Red for NO)
    3. there is a possibility that someone might have a state outside of the tier.. so I should be able to manually edit that one cell for that state to display another ICON so we know it's A'La Carte.

    any help is appreciated. If's and Vlookups didnt make sense. Iconsets are all based on 0's and 1's

    A125 is the last row for the formula as i have 125 brands.

    thank you again for your help!
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Vlookup for a transposed list or Multiple data validation lists

    So there is only 1 table in Data. I do not see how tiers are related to product. Are they? If not, then CA, for example, is Green for every tier, for every product. Yes?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    02-26-2015
    Location
    California
    MS-Off Ver
    2013 professional
    Posts
    5

    Re: Vlookup for a transposed list or Multiple data validation lists

    that is correct.. there are overlaps for some states in the tiers.

    CA will be green in all tiers.

  4. #4
    Registered User
    Join Date
    02-26-2015
    Location
    California
    MS-Off Ver
    2013 professional
    Posts
    5

    Re: Vlookup for a transposed list or Multiple data validation lists

    that is correct.. there are overlaps for some states in the tiers.

    CA will be green in all tiers.

  5. #5
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Vlookup for a transposed list or Multiple data validation lists

    I used this formula in E5 copied right and down

    =--(ISNUMBER(MATCH(E$4, INDEX(tbl_states, ,MATCH($C5, tbl_states[#Headers],0)),0)))

    This puts either a 1 (for true) or 0 (for false in each cell. Then I used the Icon Conditional Formatting to replace the number with a Green or Red light. Is this what you are looking for?

    As far as manually changing things (like adding that a specific state meets "Annual $1500 tier"). Just enter a 1 into the appropriate cell. However, that does remove the formula from that cell and it would need to be changed manually from that point onward.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    02-26-2015
    Location
    California
    MS-Off Ver
    2013 professional
    Posts
    5

    Re: Vlookup for a transposed list or Multiple data validation lists

    this looks like it'll work. I'll plug this into my workbook and see if it will operate the way I want it to.

    Thank you for your help. I appreciate your time.

+ 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. Replies: 3
    Last Post: 06-04-2015, 02:27 PM
  2. Replies: 5
    Last Post: 03-26-2015, 01:40 PM
  3. [SOLVED] How to use Data validation List for multiple Lists
    By bdouglas1011 in forum Excel General
    Replies: 6
    Last Post: 09-11-2014, 06:52 PM
  4. Replies: 28
    Last Post: 08-15-2013, 09:38 AM
  5. [SOLVED] multiple value returned from vlookup into a data validation list
    By myobreportguru in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-25-2013, 07:00 AM
  6. [SOLVED] multiple value returned from vlookup into a data validation list
    By icestationzbra in forum Excel General
    Replies: 5
    Last Post: 11-24-2012, 07:28 PM
  7. Replies: 3
    Last Post: 09-02-2010, 03:04 AM

Tags for this Thread

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