Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I divide a cell into two cells?

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   Report Post  
Member
 
Posts: 54
Default

Quote:
Originally Posted by RobBB&B
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
Under Data choose text to columns. Or if you would prefer using formulas =left(A1,5) in your first new column and =mid(A1,6,200) in your next column you can substitute any number for the 200 to sufficently include all your data.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default How do I divide a cell into two cells?

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   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default How do I divide a cell into two cells?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell References [email protected] Excel Discussion (Misc queries) 2 November 15th 06 11:37 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Cell Formatting Conditional On Other Cells Fill Color? [email protected] Excel Worksheet Functions 1 April 5th 06 10:05 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 04:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"