How would I find the last combination of a letter and number in a list?
A = Combinations
B = Results for A
C = Results for D
A1
A2
D1
A3
A4
D2
and so on...(not a pattern, just the result of previous selections).
So I would need Column B to return the last combination starting with "A", which would be A4. And Column B would return the last combination starting with "D", which would be D2.
A = Combinations
B = Results for A
C = Results for D
A1
A2
D1
A3
A4
D2
and so on...(not a pattern, just the result of previous selections).
So I would need Column B to return the last combination starting with "A", which would be A4. And Column B would return the last combination starting with "D", which would be D2.