Example of what I'm looking for:
A2 = ABCDEF (an item that needs to be serialized)
B2 = 001 (the start serial)
C2 = 008 (the end serial)
A3 = UVWXYZ
B3 = 004
C3 = 011
Another sheet creates the following automatically:
A2 = ABCDEF
B2 = 001
A3 = ABCDEF
B3 = 002
A4 = ABCDEF
B4 = 003
.......
A9 = ABCDEF
B9 = 008
A10 = UVWXYZ
B10 = 004
A11 = UVWXYZ
B11 = 005
......
A17 = UVWXYZ
B17 = 011
I'm trying to keep one page clean, and save time by not having to do repetitive steps.
A2 = ABCDEF (an item that needs to be serialized)
B2 = 001 (the start serial)
C2 = 008 (the end serial)
A3 = UVWXYZ
B3 = 004
C3 = 011
Another sheet creates the following automatically:
A2 = ABCDEF
B2 = 001
A3 = ABCDEF
B3 = 002
A4 = ABCDEF
B4 = 003
.......
A9 = ABCDEF
B9 = 008
A10 = UVWXYZ
B10 = 004
A11 = UVWXYZ
B11 = 005
......
A17 = UVWXYZ
B17 = 011
I'm trying to keep one page clean, and save time by not having to do repetitive steps.