I am only interested in the "Mean" and "standard Deviation" data. Importing only this values is not a big deal with the Import Wizard, but since I have to compare and operate with many of them I would like to have them in columns instead of rows, that is:
- This is how it looks like when I import only the desired data:
You can use import filter and add script after import to handle your issue. The script will first delete empty columns (supposed column 3 in this example); and then transpose the worksheet by wtranspose X-Function; finally, set the first row as column long name by wrow2label X-Function. The script after import can be something like: