Data Validation in MS Excel

Turkish

Lifer
May 26, 2003
15,547
1
81
Greetings,

I have a worksheet (lets call it artistssheet) with a list of Artists in it... lets say the colum B looks like the following:

Artists
ATB
Chemical Brothers
Coldplay
Paul Oakenfold
Radiohead
REM
U2

I have another worksheet (CDs), where I want the user to put in the name of the artist a CD belongs to. However I need to validate it so that a user can only put in artist names from the artists listed at artistssheet.

I tried going through Data > Validation but since my data is another worksheet, I couldn't figure how to do it :eek:

Any help?

edit: doh, meant to post this in software forum, mods; move as necessary. thanks.
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
I recommend you move this to an Access DB in the long run you should be much safer and happier with your capabilities.
 

Turkish

Lifer
May 26, 2003
15,547
1
81
Originally posted by: DAM
I recommend you move this to an Access DB in the long run you should be much safer and happier with your capabilities.

its just for a small project... i wont need it after its graded later this week :) so not much worried.
 

CaseTragedy

Platinum Member
Oct 24, 2000
2,690
0
0
Originally posted by: Xiety
Greetings,

I have a worksheet (lets call it artistssheet) with a list of Artists in it... lets say the colum B looks like the following:

Artists
ATB
Chemical Brothers
Coldplay
Paul Oakenfold
Radiohead
REM
U2

I have another worksheet (CDs), where I want the user to put in the name of the artist a CD belongs to. However I need to validate it so that a user can only put in artist names from the artists listed at artistssheet.

I tried going through Data > Validation but since my data is another worksheet, I couldn't figure how to do it :eek:

Any help?

edit: doh, meant to post this in software forum, mods; move as necessary. thanks.

You can't use data validation on different worksheets/books.
But you can use it on a list of values.
Just turn your first sheet of artists into a list of values (insert > define > name).
Then set your data validation in your second sheet to 'list' (source: "=nameOfList").


-Case
 

Turkish

Lifer
May 26, 2003
15,547
1
81
Originally posted by: CaseTragedy
Originally posted by: Xiety
Greetings,

I have a worksheet (lets call it artistssheet) with a list of Artists in it... lets say the colum B looks like the following:

Artists
ATB
Chemical Brothers
Coldplay
Paul Oakenfold
Radiohead
REM
U2

I have another worksheet (CDs), where I want the user to put in the name of the artist a CD belongs to. However I need to validate it so that a user can only put in artist names from the artists listed at artistssheet.

I tried going through Data > Validation but since my data is another worksheet, I couldn't figure how to do it :eek:

Any help?

edit: doh, meant to post this in software forum, mods; move as necessary. thanks.

You can't use data validation on different worksheets/books.
But you can use it on a list of values.
Just turn your first sheet of artists into a list of values (insert > define > name).
Then set your data validation in your second sheet to 'list' (source: "=nameOfList").


-Case

worked :) thank you :)