Page 1 of 1

cross files

Posted: Thu Aug 21, 2008 8:41 am
by pkalva
Hi,

There is excel file with values as in cross tab see source below( iconverted to txt file)

A B C
1 4 7
2 5 8
3 6 9

In the ouput i need like


A
1
2
3
B
4
5
6
C
7
8
9


Can you help to generate the required out put.

Posted: Mon Aug 25, 2008 12:40 pm
by jvmerc
have you tried reading the Excel file with a map? refer to the the functions guide if available on your version. Or research function ddequery.

Posted: Fri Aug 29, 2008 2:33 pm
by pkalva
[quote="jvmerc"]have you tried reading the Excel file with a map? refer to the the functions guide if available on your version. Or research function ddequery.[/quote]

thanks jvmerc,

i saved as .csv and using few of the index functions. it worked.