Hi, if I have 10 cells numbered 1 to 10, and I want to tell if the last
3 values are smaller then each other, how do I do this. If a10>a9 and
a9>a8 answer = 1.
Regards Robert