View Full Version : Change Picture Based On DropDown ComboBox Selection Cell Validation Using Formula
damians
06-21-2014, 01:57 PM
Hello
Searching this forum i found a excel workbook which will be useful for me if i could understand a couple of features.I have attached the original workbook with a change in the number of cards from 1 to 9 cardsbut if i can understand the features then i will create my own
1. I added another 8 cards from the original card.How do i have each Card work independently of each other.I want to have 9 individual cards but at the moment the first card is the only one working correctly......can each card work individually of each other?
I want to be able to select any name in any card and it changes?
2. When i select a name from the dropdown list how does it know it has the correct picture?Are the name and picture linked somehow?
Any help would be appreciated
Thank you
Damian
Admin
06-23-2014, 04:30 PM
Hi
Welcome to board!!
You have to change these 3 name ranges accordingly, I guess.
1. rngCurrentName
2. rngNameIndex
3. rngPictureIndex
damians
06-23-2014, 04:38 PM
Thank you for the weldcome
Still need help as i am not sure how or what to change to
Could you maybe post how i would change
Thanks
Damian
damians
06-25-2014, 02:16 PM
Still need help
damians
06-26-2014, 05:22 PM
Hi
How do i delete this post please.I would like to try my luck on other Excel Forums
Thanks
Excel Fox
06-26-2014, 10:48 PM
damians,
What is your requirement, and what changes have you done to this workbook exactly? As I change the names in Sheet2, the data is only correctly updating for the top left group. Can you post the original link from where you got this file, and mention exactly what you want to achieve. That will give developers here a better idea of how to help you out. Without context, it will not be easy to tell what are the features and what needs to be modified to help you achieve what you are looking for.
damians
06-27-2014, 03:51 AM
Hi Excel Fox
This is the link - http://www.excelfox.com/forum/f2/clear-id-card-with-commandbutton-1544/
I have no interest in the clearbutton part of that thread.
I would like to have 9 cards instead of 1 card.I want all 9 cards able to access the same information but work independantly of each other.At the moment the first card (previous attached file has the 9 cards) controls all 9 cards.I want them all to work individually so there will be 9 names and displaying info for that person
Thanks again
Damian
Excel Fox
06-27-2014, 06:21 AM
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),rngNameIndex,0),Vect,Rslt))>=13, you'll need to use
=SUMPRODUCT(LOOKUP(OFFSET(INDIRECT("rng"&F4),rngNameIndex01,0),Vect,Rslt))>=13
OR
=SUMPRODUCT(LOOKUP(OFFSET(INDIRECT("rng"&F4),rngNameIndex02,0),Vect,Rslt))>=13, so on and so forth
Find attached a sample
damians
06-27-2014, 12:13 PM
Thanks Excel Fox
Did you have an example which included 2 cards or more as the attached file only has the single card
If yes could you please attach
Thanks again
Damian
Excel Fox
06-27-2014, 01:12 PM
Oops. I selected the wrong file. Will share later in the day after I get home.
damians
06-27-2014, 01:21 PM
Much appreciated and thank you
Excel Fox
06-28-2014, 11:02 AM
I have replaced the attachment above with a sample having 2 cards. Please check.
damians
06-30-2014, 12:59 PM
Thank you for help
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.