We have large data dump files created from data aquisition equipment. The data is captured at about 30 times a second.
I'd like to pull from the data about 1 data point for every 1 - 10 seconds.
The data imported into excel OK but the times are carry out 9 places when converted to text.
I need help with writing a formula that will look at a reference value then compare it to a row in a range and look for the closest match, then report the offset value in another column.
0.248167675
0.248166053 52.91
0.248166458 52.91
0.248166863 72.01
0.248167269 66.75
0.248167674 17.74
0.248168079 52.63
0.248168484 72.01
0.248168889 61.49
0.248169294 64.81
0.248169699 35.46
0.248170104 30.48
0.248170509 66.47
0.248170914 60.66
0.248171319 63.98
0.248171725 85.3
here is a sample set, of probably 30000 rows
there are 30 rows per second of data. So if i get 1 value from the second column every 300 rows, the data is easier to manipulate.
I could add another column that creates a pattern say 1-300, and then pull every row that starts with 1. Just a thought
I'd like to pull from the data about 1 data point for every 1 - 10 seconds.
The data imported into excel OK but the times are carry out 9 places when converted to text.
I need help with writing a formula that will look at a reference value then compare it to a row in a range and look for the closest match, then report the offset value in another column.
0.248167675
0.248166053 52.91
0.248166458 52.91
0.248166863 72.01
0.248167269 66.75
0.248167674 17.74
0.248168079 52.63
0.248168484 72.01
0.248168889 61.49
0.248169294 64.81
0.248169699 35.46
0.248170104 30.48
0.248170509 66.47
0.248170914 60.66
0.248171319 63.98
0.248171725 85.3
here is a sample set, of probably 30000 rows
there are 30 rows per second of data. So if i get 1 value from the second column every 300 rows, the data is easier to manipulate.
I could add another column that creates a pattern say 1-300, and then pull every row that starts with 1. Just a thought