Although this is similar to other resolved posts, I was unable to find one that matches my specific need.
As the title states, I need to be able to specify a starting string, and increase the sequence by a specified number. For example:
If starting string is AA and
The number to increase by is 5 then
The result should be AF
Using the example above, the desired formula accepts the starting string and the "increase by" number to result in the new AA notation.
CG plus 26 should return DG.
Preferably, the formula would do the same for triple-character notation. Meaning BZZ plus 3 would hopefully return CAC.
Any assistance is immensely appreciated. Although I could get this to work, I'm certain that my formula would be incredibly cumbersome and very resource hungry. Thank you guys, in advance, for your help!
As the title states, I need to be able to specify a starting string, and increase the sequence by a specified number. For example:
If starting string is AA and
The number to increase by is 5 then
The result should be AF
Using the example above, the desired formula accepts the starting string and the "increase by" number to result in the new AA notation.
CG plus 26 should return DG.
Preferably, the formula would do the same for triple-character notation. Meaning BZZ plus 3 would hopefully return CAC.
Any assistance is immensely appreciated. Although I could get this to work, I'm certain that my formula would be incredibly cumbersome and very resource hungry. Thank you guys, in advance, for your help!