I have a number in cell a1, that consists of 7032 two digit numbers, followed by a comma e.g. 01, 02, 03, 11, 91, 65, 45, 62, 83, 79 etc.
I need to split that number into groups of 8 , in one row (column A to H) so A2 = 01, B2 = 02, C2 = 03, D2 = 11, E2 = 91, F2 = 65, G2 = 45, H2 = 62, A3= 83, B3 = 79 etc (commas only appear here to show grouping, it wouldnt be in the final cells).
I will end up with 879 rows each with 8 number on.
Anyone got any idea how I can systematically do this?
Bookmarks