Hello,
I have data that is a mix of 3 - 5 characters long contained within a cell. I want to extract each character into a new cell, and to use formulas to do it. I can use RIGHT and MID to get 3 out of the 5 out working from the right (see layout below0. The problem occurs when a cell only has 3 characters in it. Using MID just repeats the last character where I want it to be left blank.
The table below shows the output that I want to get to.
My data has a miix of numbers and letters in the first cell. I have 15000 rows of data so looking for a formula to solve this for each column and leaves the blanks for less than 5 characters.
Thanks in advance
Neil
I have data that is a mix of 3 - 5 characters long contained within a cell. I want to extract each character into a new cell, and to use formulas to do it. I can use RIGHT and MID to get 3 out of the 5 out working from the right (see layout below0. The problem occurs when a cell only has 3 characters in it. Using MID just repeats the last character where I want it to be left blank.
The table below shows the output that I want to get to.
15214 | 1 | 5 | 2 | 1 | 4 |
5T44 | 5 | T | 4 | 4 | |
TT2 | T | T | 2 | ||
61344 | 6 | 1 | 3 | 4 | 4 |
My data has a miix of numbers and letters in the first cell. I have 15000 rows of data so looking for a formula to solve this for each column and leaves the blanks for less than 5 characters.
Thanks in advance
Neil