R
rdavis7408
I have a file with a column with a cells in it that each have multiple
values in each cell. So there may be 400 rows in the column and within
each cell there may be 40 unique values in it. For example : cell A1
would have the following:
a:37:{i:0;s:3:""500"";i:1;s:3:""503"";i:2;s:3:""506"";i:3;s:
3:""508"";i:4;s:3:""511"";i:5;s:3:""514"";i:6;s:3:""517"";i:7;s:
3:""519"";i:8;s:3:""522"";i:9;s:3:""525"";i:10;s:3:""528"";i:11;s:
3:""531"";i:12;s:3:""533"";i:13;s:3:""536"";i:14;s:3:""539"";i:15;s:
3:""542"";i:16;s:3:""544"";i:17;s:3:""547"";i:18;s:3:""550"";i:19;s:
3:""553"";i:20;s:3:""556"";i:21;s:3:""558"";i:22;s:3:""561"";i:23;s:
3:""564"";i:24;s:3:""567"";i:25;s:3:""569"";i:26;s:3:""572"";i:27;s:
3:""575"";i:28;s:3:""578"";i:29;s:3:""581"";i:30;s:3:""583"";i:31;s:
3:""586"";i:32;s:3:""589"";i:33;s:3:""592"";i:34;s:3:""594"";i:35;s:
3:""597"";i:36;s:3:""599"";}
I need to create a column in a new spreadsheet that will have a column
in it with all the values that are within the "" "" and then move to
the next cell to repeat.
So I can loop through the column, but do not know how to loop through
the value of a cell and assign it to a value to be pasted in another
worksheet.
Can anyone point me in the right direction? Thank you so much.
Robert
values in each cell. So there may be 400 rows in the column and within
each cell there may be 40 unique values in it. For example : cell A1
would have the following:
a:37:{i:0;s:3:""500"";i:1;s:3:""503"";i:2;s:3:""506"";i:3;s:
3:""508"";i:4;s:3:""511"";i:5;s:3:""514"";i:6;s:3:""517"";i:7;s:
3:""519"";i:8;s:3:""522"";i:9;s:3:""525"";i:10;s:3:""528"";i:11;s:
3:""531"";i:12;s:3:""533"";i:13;s:3:""536"";i:14;s:3:""539"";i:15;s:
3:""542"";i:16;s:3:""544"";i:17;s:3:""547"";i:18;s:3:""550"";i:19;s:
3:""553"";i:20;s:3:""556"";i:21;s:3:""558"";i:22;s:3:""561"";i:23;s:
3:""564"";i:24;s:3:""567"";i:25;s:3:""569"";i:26;s:3:""572"";i:27;s:
3:""575"";i:28;s:3:""578"";i:29;s:3:""581"";i:30;s:3:""583"";i:31;s:
3:""586"";i:32;s:3:""589"";i:33;s:3:""592"";i:34;s:3:""594"";i:35;s:
3:""597"";i:36;s:3:""599"";}
I need to create a column in a new spreadsheet that will have a column
in it with all the values that are within the "" "" and then move to
the next cell to repeat.
So I can loop through the column, but do not know how to loop through
the value of a cell and assign it to a value to be pasted in another
worksheet.
Can anyone point me in the right direction? Thank you so much.
Robert