Hey All,
Wondering if you can assist. I'm trying to have Excel flash fill a pattern (similar to a alphanumeric serial number), but due to the patterns construction, Excel cannot identify and fill. Is there a good function or VBA code to use to have Excel continue the pattern?
The pattern reads like this:
TA0000
TA0001
TA0002
""
TA0009
Then switches to:
TA00A0
TA00A1
TA00A2
""
Then moves to:
TA00B0
TA00B1
TA00B2
""
Once that goes all the way to TA00Z9, it switches again, this time to:
TA0100
TA0101
It gets nuttier from there, but let's start with this. Any help is appreciated.
Wondering if you can assist. I'm trying to have Excel flash fill a pattern (similar to a alphanumeric serial number), but due to the patterns construction, Excel cannot identify and fill. Is there a good function or VBA code to use to have Excel continue the pattern?
The pattern reads like this:
TA0000
TA0001
TA0002
""
TA0009
Then switches to:
TA00A0
TA00A1
TA00A2
""
Then moves to:
TA00B0
TA00B1
TA00B2
""
Once that goes all the way to TA00Z9, it switches again, this time to:
TA0100
TA0101
It gets nuttier from there, but let's start with this. Any help is appreciated.