Hey people,
I have three very extensive columns of data. I want to somehow identify figures in column A that fall between figures adjacent to one another in columns B and C and I'm having trouble. I thought my best bet would be to conditionally format the data and then sort it by that but I can only seem to do that when all the values are on the same row.
Can anyone help?
To illustrate what I mean in case that wasn't clear, here is an example
A B C
12 10 20
7 32 33
50 25 37
19 79 94
28 100 150
So if this was my data, then I would want to identify 12 (between 10 and 20), 19 (between 10 and 20) and 28 (between 25 and 37)
Thanks a lot!
-C
Bookmarks