Hi
Can groups be selected using Data Validation....I have 3 groups of people....can I have a dropdown list where I select any of the 3 groups and it places the select group names in "Sheet DV" merged cell area
Thanks
Rich
Hi
Can groups be selected using Data Validation....I have 3 groups of people....can I have a dropdown list where I select any of the 3 groups and it places the select group names in "Sheet DV" merged cell area
Thanks
Rich
Can this be done
I would suggest two ways to do this. But my advice would be to avoid merged cells as much as possible.
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
That is excellent
I will follow the Alternative version.
Is there a way to stop the cells from being over written....using the "Another Alternative" version where the formula - =IFERROR(INDEX(DVGroup2,ROWS(C$4:C5)),"") can be over written by typing over the names...can this be locked so only the dropdown list can be selected
Also what is the 6,1 at the end of this formula
OFFSET(lists!$A$2,0,MATCH(CurrentGroup2,AllGroups, 0),6,1)
Thanks for your help
Rich
6 is the number of rows for each group, starting from header
1 is the number of columns for each group
You can lock all the cells, except the header cell, and then protect the sheet. This will stop users from overwriting the cell.
XL: How to Lock Individual Cells in a Worksheet
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
Thanks again
Another Alternative Sheet - If I want to add another 2 of the dropdown lists down the sheet what is the best way to copy and paste....I want exactly the same dropdown lists down the sheet
Did you color the header of the dropdown list manually and also the Lists manually with the color orange
Thanks again
Yes, I colored them manually. Just copy the entire range to where you want, any number of times.
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
Thanks
I try to copy the DV down but have done something wrong as I cannot control the 2 added groups. I need to be able to select any combination in the 3 groups..all box`s can have group 1 or 2 box`s have group 2 and the other box group 3 or box 1 has group 1 , box 2 has group 2 and box 3 has group 3 ...any combinations
Do I need to add to the Name Manager
Thanks
Bookmarks