Question about range in validation list

  • Thread starter Thread starter Hank
  • Start date Start date
H

Hank

Here is my problems,
I have a range named "A"
I have a value equal to "A"
How can I have validation list use value "A" and refer to the range name "A"

Thanks alot.
 
I'm not sure I understand what you're trying to do, but perhaps the INDIRECT
function might be what you're looking for. Let's say your value of "A" is
stored in cell A1. To use this value to determine a validation list, you'd
use the formula:

=INDIRECT(A1)

If not, please post back with more details.

HTH
Elkar
 

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