I have a column that I need to break into two columns.
Can anyone explain a formula or method to get '12' and '34' into two columns out of '1234' in one column? Number positions 1 and 2 go in one column. Number positions 3 and 4 go in another column. ('1234' is example data. There are several thousand rows with varying 4 digit numbers)
CSV source example:
,1234,
CSV reult example:
,12,34,
Can anyone explain a formula or method to get '12' and '34' into two columns out of '1234' in one column? Number positions 1 and 2 go in one column. Number positions 3 and 4 go in another column. ('1234' is example data. There are several thousand rows with varying 4 digit numbers)
CSV source example:
,1234,
CSV reult example:
,12,34,