I have an SQL database that I have been running select statements on and manually populating a tab of an Excel file. In this Excel file is another tab that does a vlookup on the data manually deposited on the first tab.
That make sense?
I'm trying to automate this. How can I? I know it's possible.
Do I put my SQL statement into an MS Query and then run vlookup off of the results for that? If so, how?
Or is that even more complex than it needs to be?
I need my users to be able to take a long list of items they can deposit on the lookup tab and pull in the appropriate information for each item from a FULLY DYNAMIC data tab.
That make sense?
I'm trying to automate this. How can I? I know it's possible.
Do I put my SQL statement into an MS Query and then run vlookup off of the results for that? If so, how?
Or is that even more complex than it needs to be?
I need my users to be able to take a long list of items they can deposit on the lookup tab and pull in the appropriate information for each item from a FULLY DYNAMIC data tab.