Hi Guys,
I just discovered the "query" section under data and would like to use it to get averages of values across multiple excel files in a certain folder. Im trying to start simple, just one file in the folder and bringing in what is called "Table9" into the editor. The problem in all my files, this "Table9" does not have a header, the first row contains data. When i open it in the editor to bring in just that table, the first row is treated as a header. I have several cells in the first row that have the same value so excel automatically is adding a number to the value that is the same as the previous( to keep distinction between columns names i suppose..), which of course distorts my entries. How can i get the table to come in without headers? or just add a mock header row, but not use the first row as headers? Below is an example of what is happening:
Table9 before bringing it into query editor
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]25[/TD]
[TD]30[/TD]
[TD]25[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Table9 after bringing it into query editor
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]25[/TD]
[TD]30[/TD]
[TD]251[/TD]
[TD]252[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks for any help with this!!
I just discovered the "query" section under data and would like to use it to get averages of values across multiple excel files in a certain folder. Im trying to start simple, just one file in the folder and bringing in what is called "Table9" into the editor. The problem in all my files, this "Table9" does not have a header, the first row contains data. When i open it in the editor to bring in just that table, the first row is treated as a header. I have several cells in the first row that have the same value so excel automatically is adding a number to the value that is the same as the previous( to keep distinction between columns names i suppose..), which of course distorts my entries. How can i get the table to come in without headers? or just add a mock header row, but not use the first row as headers? Below is an example of what is happening:
Table9 before bringing it into query editor
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]25[/TD]
[TD]30[/TD]
[TD]25[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Table9 after bringing it into query editor
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]25[/TD]
[TD]30[/TD]
[TD]251[/TD]
[TD]252[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks for any help with this!!