validations list

  • Thread starter Thread starter PETER KAY
  • Start date Start date
P

PETER KAY

Hello,

Is there a way to read the data validations list similar to a dropdown.

I need the index and the text.

Thanks in advance

Peter
 
if the validation list comes from the worksheet (i.e., =A1:A5 or
=mylist), then the text will be returned in the cell (say, J1) and the
index can be obtained using

=MATCH(J1, A1:A5, FALSE)

or

=MATCH(J1, mylist, FALSE)
 
A lot of local community colleges offer courses in excel.

And if you want to read a book, you can find a whole list at Debra Dalgleish's
site:
http://www.contextures.com/xlbooks.html

Maybe you could print it and visit your local bookstore to see if you can find
one you like.
 

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

Back
Top