Is there an easy way to find if a value is the first instance in a set? For example...
A
A
A
B
C
C
For value one I want to see if it is the first value in the range of all A's, if so do something otherwise do something else. Then for value 2 the same thing...
Bookmarks