G
grim72
I have a table of data with product codes
I want to split the code into 3 sections as below:
Full code: 17896Z
Split into:
1
7896
Z
I know how to get the 1 and the Z using =LEFT(A1,1) or =RIGHT(A1,1)
but wasn't sure how to get the middle section?
I want to split the code into 3 sections as below:
Full code: 17896Z
Split into:
1
7896
Z
I know how to get the 1 and the Z using =LEFT(A1,1) or =RIGHT(A1,1)
but wasn't sure how to get the middle section?