How do I highlight cells at intervals? Even better, how do I exclude all other data sets that aren't in my data interval?
I have collected some data of temperatures rising and I want to see the rate at which it takes to increase 0.5 degrees. So I need to emit all other data that isn't within the interval of 0.5 seconds I have two temperatures against a time increasing everyone 0.5 seconds.
My first temperature is 25.187 degrees Celsius at 0 seconds so the next cell I want to see is the time at which it is 25.687 degrees Celsius etc.
I don't really want to go through and sort it all by hand so I thought I would check out this forum and perhaps learn something new.
I have collected some data of temperatures rising and I want to see the rate at which it takes to increase 0.5 degrees. So I need to emit all other data that isn't within the interval of 0.5 seconds I have two temperatures against a time increasing everyone 0.5 seconds.
My first temperature is 25.187 degrees Celsius at 0 seconds so the next cell I want to see is the time at which it is 25.687 degrees Celsius etc.
I don't really want to go through and sort it all by hand so I thought I would check out this forum and perhaps learn something new.