Hi,
I need a macro which can help me split a set of data on a particular criteria. The file is actually very large with 399327 entries of which the sample data is given below.
Time (milliseconds) Length of packet
0 ,,,,,,, 60
0.435 ,,,, 1506
1.88 ,,,, 60
2.337 ,,,, 1514
2.461 ,,,, 1514
5.428 ,,,, 60
5.828 ,,,, 1506
9.393 ,,,, 60
9.754 ,,,,, 1112
13.89 ,,,,, 60
14.309 ,,,, 1506
14.431 ,,,, 1506
14.554 ,,,, 1506
19.368 ,,,, 60
19.448 ,,,, 60
19.768 ,,,,, 1414
19.886 ,,,, 1414
20.018 ,,,, 1506
The data runs till 9000ms (900seconds).I need to split this data in the intervals of every 100 ms and create separate worksheet/workbook. Can somebody please help me with the coding for the same.
Thanks for your help in advance.
PS: Commas added in between the readings to distinguish the columns.
Regards,
Arihanth
I need a macro which can help me split a set of data on a particular criteria. The file is actually very large with 399327 entries of which the sample data is given below.
Time (milliseconds) Length of packet
0 ,,,,,,, 60
0.435 ,,,, 1506
1.88 ,,,, 60
2.337 ,,,, 1514
2.461 ,,,, 1514
5.428 ,,,, 60
5.828 ,,,, 1506
9.393 ,,,, 60
9.754 ,,,,, 1112
13.89 ,,,,, 60
14.309 ,,,, 1506
14.431 ,,,, 1506
14.554 ,,,, 1506
19.368 ,,,, 60
19.448 ,,,, 60
19.768 ,,,,, 1414
19.886 ,,,, 1414
20.018 ,,,, 1506
The data runs till 9000ms (900seconds).I need to split this data in the intervals of every 100 ms and create separate worksheet/workbook. Can somebody please help me with the coding for the same.
Thanks for your help in advance.
PS: Commas added in between the readings to distinguish the columns.
Regards,
Arihanth