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:
Mean Min Max Std. Dev. 211.05 123 322 54.6185 64.045 35.7 111 21.1955 18.7683 12.4 32.4 5.72473
(btw, removing the empty lines --, which I guess can be done with the Analysis -> Data manipulation tool, isn´t it?)
I am brand new in Origin (in fact I have started this afternoon) and may be a silly question, but it would facilitate my data analysis.
Thanks in advance!
Origin Ver. and Service Release (Select Help-->About Origin): OriginPro 8 Operating System: Windows XP
2 L A T E S T R E P L I E S (Newest First)
Zisternas
Posted - 02/06/2010 : 4:15:18 PM Thank you very much Larry, it works fine.
larry_lan
Posted - 02/04/2010 : 9:40:40 PM Hi:
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: