HOw do you specify a text in data validation for cell

  • Thread starter Thread starter Danny
  • Start date Start date
D

Danny

For example

I am using this as data validation for a cell

=Indirect(a4)

This returns the contents of the cell which is a named range and the list is
displayed.
But now I want to return the list behind the named range with a name that
has ....say ...
a "L" in front of it.

so it would be:
="L"&Indirect(a4)

but it doesnt work, I get an error.

Any ideas?

Thanks
 
Back
Top