Share via

Microsoft Excel Data Validation Issue

Anonymous
2014-07-10T19:01:05+00:00

I tried to create data validation list with following function:

=OFFSET(INDIRECT(ADDRESS(3,MATCH(H$1,Dictionaries!$A$2:$AE$2,0),1,1,"Dictionaries")),,,COUNTA(INDIRECT(ADDRESS(3,MATCH(H$1,Dictionaries!$A$2:$AE$2,0),1,1,"Dictionaries")):INDIRECT(ADDRESS(301,MATCH(H$1,Dictionaries!$A$2:$AE$2,0),1,1,"Dictionaries"))))

But when I entered it into the source of data validation list program told me -  

"You may not use reference operators (such as unions, intersections and ranges) or array constants for Data Validation criteria."

Is there any solution to that??? NOPE????

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ashish Mathur 101.9K Reputation points Volunteer Moderator
    2014-07-10T22:51:21+00:00

    Hi,

    Try this

    1. Enter the same function in the Name box.  Ctrl+F3 > New.  Assign a Name to it, say Rng_excel
    2. In Data > Validation > Allow > List, enter =rng_excel in Source

    Does this work?

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments