I want to do N VLOOKUPS and return an array, something like {#N/A,#N/A,#N/A,#N/A,#N/A,Dog,Cat,#N/A,Fish,#N/A,#N/A,Mouse}
I've tried =VLOOKUP(A$3:A$50,TableName,2,False) then Shift-Ctl-Enter to process as an array. It's coming back with only the first "action". Is there a way to return what I...