Shorten the list if a value is already choosen before

A

AA Arens

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
 
A

AA Arens

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top