I have a range with a name column.
I also have a list of names chosen be presented.
I want to run a query which will select data from this range only if it names is inside this list:
Select C Where A "is in the selected array of names"
What would be the right way of doing that?