Forum Discussion

Pete_Atkinson's avatar
Pete_Atkinson
Copper Contributor
Sep 30, 2020
Solved

Displaying individual digits from a serial number

I have to create a spreadsheet to create serial numbers then break the serial number down to it's individual digits. I might not be explaining this that well so an example of what i need to achieve i...
  • HansVogelaar's avatar
    Sep 30, 2020

    Pete_Atkinson 

    In B2:

     

    =MID($A2,COLUMN()-1,1)

     

    Fill to the right as far as you want, then fill down.

Resources