I'm having problems working with some external data in my excel document. All of the raw data is located in some reports that are saved as html so I import that into my workbook then I have a table on another sheet that performs all the calculations needed.
My problem is that when using the web data, excel doesn't allow me to turn it into a table or extract just one column. So in order to have my calculation table automatically expand to match the number of records in the web data I have created a data source that uses the current excel file as the source and use a sql query to pull the data from the sheet that has the web data into my calculation sheet. This works fine one some of the computers but others have ODBC errors, some even only having errors intermittently.
My requirements are:
1. I can't use macros/VBA
2. Only use one excel file
3. The file needs to be able to be "plug and play" as the web data changes size
Is there another way to have two columns mirror each other without needed to resort to creating a loop with data sources? Or, does anyone have any experience troubleshooting ODBC errors when it comes to connecting to excel documents?
Thanks for any help...
mike
My problem is that when using the web data, excel doesn't allow me to turn it into a table or extract just one column. So in order to have my calculation table automatically expand to match the number of records in the web data I have created a data source that uses the current excel file as the source and use a sql query to pull the data from the sheet that has the web data into my calculation sheet. This works fine one some of the computers but others have ODBC errors, some even only having errors intermittently.
My requirements are:
1. I can't use macros/VBA
2. Only use one excel file
3. The file needs to be able to be "plug and play" as the web data changes size
Is there another way to have two columns mirror each other without needed to resort to creating a loop with data sources? Or, does anyone have any experience troubleshooting ODBC errors when it comes to connecting to excel documents?
Thanks for any help...
mike