In cell "A1", I have "AAA". I want to populate down column "A" incrementing the original value as follows:
A1 = AAA
A2 = AAB
A3 = AAC
Once it reaches "AAZ" the next cell should be "ABA" as follows:
A27 = ABA
A28 = ABB
A29 = ABC
And so on...
Ultimately, I am looking for an alpha 3-character code starting with "AAA". If this is not the best way to go about this I am open for suggestions. Any suggestions or help would be greatly appreciated.
A1 = AAA
A2 = AAB
A3 = AAC
Once it reaches "AAZ" the next cell should be "ABA" as follows:
A27 = ABA
A28 = ABB
A29 = ABC
And so on...
Ultimately, I am looking for an alpha 3-character code starting with "AAA". If this is not the best way to go about this I am open for suggestions. Any suggestions or help would be greatly appreciated.