Hi,
Just in the process of learning to sort myself out with respect to macros etc but in the meantime I have more of an immediate requirement I was hoping you guys might be able to help with.
I have a text file with a number of columns of data, the sheer amount of data is both more than excel can reliably handle and the graphing function can facilitate. I'm looking to reduce the number of data points.
To be more explicit I have columns A, B & C which contain time stamp, speed and amplitude respectively. The rows then contain all of this data. The data logger we have collects one sample every 1/10th of a second and the change in speed occurs at a ramp rate of 1 rpm per second. So I have 10 samples I need to reduce down to 1 to get one sample per speed change.
I need a macro that would allow me to carry out this reduction, but one problem still remains. These vibration amplitudes are taken at various location, such as location 1,2 & 3, which is denoted in colum D only at the point at which each location sample range starts again, at this point the time and speed return back to the start as per the initial location point and the data points continue in the rows.
Example:
A. B. C. D
10:23:01.1. 17344. 58 um. 10XN1
10:23:01.2. 17344. 55 um.
10:23:01.3. 17344. 57 um.
10:23:02.1. 17345. 58 um.
10:23:02.2. 17345. 55 um.
10:23:02.3. 17345. 57 um.
10:23:01.1. 17344. 59 um. 11XN1
10:23:01.2. 17344. 61 um.
10:23:01.3. 17344. 58 um.
10:23:02.1. 17345. 58 um.
10:23:02.2. 17345. 55 um.
10:23:02.3. 17345. 57 um.
I'm not to interested in the average but just the first sample point in each set and then to be able to distinguish between the various measurement locations.
Any help would be much appreciated.
Thanks
Bookmarks