So I have one cell with about 931 characters (all numbers). I want to separate them out in groups of 7 into 133 separate cells starting with the first number.
I know how to do it if I put
=mid(a1,1,7)
in all 133 cells and change the middle number, but I don't want to do that. Any other way?