How do I link a conditional list in MS Excel Data validation?

M

Mig

Data Data Score Column1 Column 2
Column1 10 20
Column2 11 21
12 22
13 23

I have Column head Data and Data Score. Required information is available
under Column1 and Column2.
Data column is selectable thru Data-Validation List -Column1 and Column2
When I select Column1 in selection list under Data column, I should be able
to select information available under Column1 in "Data Score" column.I need
help in this regard.
 
B

Bob Phillips

Use Data Validation with a type of List and a formula of

=IF(C1="Column1",Column1,Column2)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
M

Mig

Bob,

It worked.
Thanks a lot.

Regards
Mig

Bob Phillips said:
Use Data Validation with a type of List and a formula of

=IF(C1="Column1",Column1,Column2)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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