Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am looking to divide the items in a cell into to two new cells with one
having the first five digits and the second cell to have the balance |
#2
![]() |
|||
|
|||
![]() Quote:
|
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use Data | Text to Columns
OR Suppose A1 holds a 9 digit number such as 123456789, then in B1 =INT(A1/10000) gets you 12345 while =A1-B1*10000 returns 6789. best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "RobBB&B" wrote in message ... I am looking to divide the items in a cell into to two new cells with one having the first five digits and the second cell to have the balance |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try Data TextToColumns Fixed and set the column line to separate the
text at the 5 character point..... hth Vaya con Dios, Chuck, CABGx3 "RobBB&B" wrote: I am looking to divide the items in a cell into to two new cells with one having the first five digits and the second cell to have the balance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell References | Excel Discussion (Misc queries) | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
Cell Formatting Conditional On Other Cells Fill Color? | Excel Worksheet Functions | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |