Hi all, I have a range of cells as follows :
AAA
AAB
BBA
BBC
CCC
DDD
EEE
FFA
FFB
GAB
GGG
I want to be able to index them (in correct sorted order) so that if I tried to do a lookup on the range INDEX 1 would = AAA, INDEX 2 would = AAB
Trying to make a mailer form. The references on the data sheet are alpha numeric, but I will be using a +1 / -1 button to go to next / previous record. So was thinking of using INDEX / MATCH that will interpret an alphanumeric range and provide the correct item?
AAA
AAB
BBA
BBC
CCC
DDD
EEE
FFA
FFB
GAB
GGG
I want to be able to index them (in correct sorted order) so that if I tried to do a lookup on the range INDEX 1 would = AAA, INDEX 2 would = AAB
Trying to make a mailer form. The references on the data sheet are alpha numeric, but I will be using a +1 / -1 button to go to next / previous record. So was thinking of using INDEX / MATCH that will interpret an alphanumeric range and provide the correct item?