I have a table in Excel with only two rows, the headings in row 1 and the data in row 2. The data in row 2 has Comma Separated Values in it. I need to break the values out of the CSV form into the cells below where they reside. So for instance in cell K2, I have values:
0.0201,0.0302,0.0403,0.0604,0.0705,0.0806,0.0907,0.1008,0.1209,0.1410,0.1511,0.1612,0.1713,0.1814,0.1915,0.2016,0.2117,0.2218,0.2319,0.2420,0.2521,0.2622,0.2723,0.2824,0.2925,0.3026,0.3127,0.3228
What I need is for the first value, 0.0201 to be placed in cell K3, the next value, 0.0302 to be placed in cell K4 and so on down the column for all 28 values. I would very much appreciate any help with this issue. Steve
Bookmarks