If you are using XL2010 or a later version then with Power Query
Power Query:
let
Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content],
#"Split Column by Position" = Table.SplitColumn(Source, "Column1", Splitter.SplitTextByRepeatedLengths(1), {"Column1.1", "Column1.2"})
in
#"Split Column by Position"
Thank you guys for your answers but I can't make it work !! The cell were are the 00,01,10,11 are fill with this formula :
=LOOKUP(KZ6,'New Code1'!$LZ$4:$MA$7) which is Formatted as Custom because it let me keep the double 0 and 01 which I need for my system.
My reference table is :
1 = 00
2 = 01
3 = 10
4 = 11
So for me to keep my reference table working I had to formatted the cells as Custom and when I use your formulas it's not working, maybe you could show me a different way ?
So when I use this formula for exaple :
=--(LEFT(LA6,1)) and =--RIGHT(LA6,1)
The left one don't return the right digit see in green !
Wow, Thank you so much Cubist it works perfect now, I really appreciate your help and everyone else with all your formulas you guys are the Greatest.
Thank you.
We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel
Which adblocker are you using?
Disable AdBlock
Follow these easy steps to disable AdBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the icon in the browser’s toolbar. 2)Click on the "Pause on this site" option.
Go back
Disable AdBlock Plus
Follow these easy steps to disable AdBlock Plus
1)Click on the icon in the browser’s toolbar. 2)Click on the toggle to disable it for "mrexcel.com".
Go back
Disable uBlock Origin
Follow these easy steps to disable uBlock Origin
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.
Go back
Disable uBlock
Follow these easy steps to disable uBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.