I have a large amount of data. In column A is the time, in column B is the data.
I would like to display in a new location when the data is in between 2 values. So I don't want to highlight the data that falls into this desired range (because then I still have to look through the data). I want to paste the time stamp corresponding to each time the data falls into this desired range.
Example:
If the desired range is 10<x<20, then I'd like to post in ColC each time stamp from ColA when the data from ColB falls in this range:
A - B - C
1 - 5 - 3
2 - 5 - 5
3 - 12
4 - 30
5 - 14
Any Help?
Bookmarks