G
Guest
Hello;
I am in the process of converting data that has been stored in excel
spreadsheets. The amount of data is HUGE and as time goes on we are in
danger of running out of space or crashing. The data is currently setup as:
Val Date Fund1 Fund2 Fund3 Fund4 Fund5 .....................
1961/01/01 10.00 11.89 12.34 13.46 14.56
we actually have data in the spreadsheet beginning in 1961 and every
business day to current. In total, I need to convert the data for 3 lines of
business which represents a total of approx 150 funds. Being as all the
funds are currently input on one row per business day, I cannot just import
the spreadsheet and go from there. The Data needs to be converted to a
columnar format with fields such as VAL_Date, Fund and Unit Value.
Does anyone have a suggestion as to how import the data and put it into the
correct format?
I am in the process of converting data that has been stored in excel
spreadsheets. The amount of data is HUGE and as time goes on we are in
danger of running out of space or crashing. The data is currently setup as:
Val Date Fund1 Fund2 Fund3 Fund4 Fund5 .....................
1961/01/01 10.00 11.89 12.34 13.46 14.56
we actually have data in the spreadsheet beginning in 1961 and every
business day to current. In total, I need to convert the data for 3 lines of
business which represents a total of approx 150 funds. Being as all the
funds are currently input on one row per business day, I cannot just import
the spreadsheet and go from there. The Data needs to be converted to a
columnar format with fields such as VAL_Date, Fund and Unit Value.
Does anyone have a suggestion as to how import the data and put it into the
correct format?