Hi again Marko
Your Table can be on any sheet no problem. Input either Device1 or Device2 in A2, then put in place your Data Validation with the formula you posted and this will work...
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have this formula in data validation source:
=IF((OR(A2="Device1",A2="Device2")),Lists!$E$2:$E$7))
This works, but i want to use table name instead of range, because it will be dynamic table.
Is it possible to use Table name instead ofLists!$E$2:$E$7?
Thanks in advance
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.
Hi again Marko
Your Table can be on any sheet no problem. Input either Device1 or Device2 in A2, then put in place your Data Validation with the formula you posted and this will work...
Hi Marko
Is it possible to use Table name instead ofLists!$E$2:$E$7?
Not directly with Data Validation. Assuming your Table is named myTable and your list items are in column [Foo] of that Table
Nice day...
Great job. Thanks
You're welcome. Glad I could help & Thanks for posting back
You might be interested reading Data Validation list uniques, auto-sort, no blanks ...