Results 1 to 10 of 13

Thread: Change Picture Based On DropDown ComboBox Selection Cell Validation Using Formula

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    Well in that case, you have to do exactly what Admin suggested.

    For each additional card you need, you'll have to create named ranges. Example

    rngCurrentName01
    rngNameIndex01
    rngPictureIndex01

    for the first card,


    rngCurrentName02
    rngNameIndex02
    rngPictureIndex02

    for the second card, so on and so forth.

    There's also a conditional formatting that is done using formula for all the cells below the names of each person. Just select all the 18 cells (including the cells underneath the picture), and go to conditional format. You'll find the criteria. All of them are almost identical, except the criteria for each color

    So, instead of =SUMPRODUCT(LOOKUP(OFFSET(INDIRECT("rng"&F4),rngNa meIndex,0),Vect,Rslt))>=13, you'll need to use

    =SUMPRODUCT(LOOKUP(OFFSET(INDIRECT("rng"&F4),rngNa meIndex01,0),Vect,Rslt))>=13
    OR
    =SUMPRODUCT(LOOKUP(OFFSET(INDIRECT("rng"&F4),rngNa meIndex02,0),Vect,Rslt))>=13, so on and so forth

    Find attached a sample
    Attached Files Attached Files
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

Similar Threads

  1. Replies: 7
    Last Post: 11-29-2013, 10:46 AM
  2. Replies: 14
    Last Post: 10-23-2013, 01:24 PM
  3. Replies: 8
    Last Post: 08-17-2013, 04:03 AM
  4. Replies: 2
    Last Post: 07-28-2013, 09:29 AM
  5. Change Display Range Based On Change of Dropdown Values
    By rich_cirillo in forum Excel Help
    Replies: 2
    Last Post: 03-29-2013, 04:58 AM

Posting Permissions

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