I have created a list via Insert > Name > Define.
On a list of cells I want to let the user choose a value from the
defined list. Is it possible to shorten the list when a value is
already choosen at another cell?
So:
List = AA, BB, CC, DD.
Cell 1: BB is choosen
Cell 2: list is AA, CC, DD. I choose DD etc.
Bart
Excel 2003
Dave Peterson - 19 Nov 2006 12:13 GMT
Maybe
http://contextures.com/xlDataVal03.html
from Debra Dalgleish's site.
> I have created a list via Insert > Name > Define.
>
[quoted text clipped - 11 lines]
> Bart
> Excel 2003

Signature
Dave Peterson
Bob Phillips - 19 Nov 2006 12:15 GMT
See http://www.contextures.com/xlDataVal03.html

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> I have created a list via Insert > Name > Define.
>
[quoted text clipped - 11 lines]
> Bart
> Excel 2003
AA Arens - 20 Nov 2006 13:36 GMT
Thanks for the help.
I understood the idea. I have implement it in my sheet where I combine
it with two lists, depending on when I choose in the combo box left of
it:
List 1: AA BB CC DD EE FF
List 2: 10 11 12 13 .. 20
Value X = via combo box = 1 or 2
X=1 choose list 1
X=2 choose list 2
So far I actually add another dimension. It works, just have two
checkname data definitions (see
http://www.contextures.com/xlDataVal03.html)
**************************
But I need to go one step further:
Not only check wether the value is choosen in the present worksheet,
but also if it is already choosen in a similar location but on another
worksheet.
Data choose at Worksheet 1
X=1 AA
X=2 12
X=1 BB
X=2 17
Data choose at Worksheet 1
X=1 DD
X=2 10
X=1 I only can choose CC or FF
etc.
Anybody can assist me, I couldnt find out.
Bart
> Seehttp://www.contextures.com/xlDataVal03.html
>
[quoted text clipped - 22 lines]
> > Bart
> > Excel 2003