Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
RickyDee
 
Posts: n/a
Default Splitting text in one column into two (or more) columns.

Heres the problem
I have one column formatted as TEXT. This column (called PRERESULT)
contains numbers as follows:
86:56 but can contain three numbers on each side of the €œ:€ (Colon). I have
three columns:
PRERESULT, RESULT1, RESULT2
I want to take apart PRERUSULT and put the numbers preceding the €œ:€ in
RESULT1 and the numbers after the €œ:€ in RESULT2.
Remember, all information is TEXT.
HOW?

  #2   Report Post  
Norman Jones
 
Posts: n/a
Default

Hi Ricky,

With the text cells selected, try:

Data | Text to Columns | Check Delimited | Next
| Check the 'Other' option with a colon | Next |
Check Text | Click second column | Check Text | Finish

---
Regards,
Norman



"RickyDee" wrote in message
...
Here's the problem
I have one column formatted as TEXT. This column (called PRERESULT)
contains numbers as follows:
86:56 but can contain three numbers on each side of the ":" (Colon). I
have
three columns:
PRERESULT, RESULT1, RESULT2
I want to take apart PRERUSULT and put the numbers preceding the ":" in
RESULT1 and the numbers after the ":" in RESULT2.
Remember, all information is TEXT.
HOW?



  #3   Report Post  
tjtjjtjt
 
Posts: n/a
Default

First, I would try Data | Text to Columns and use the colon as the Delimiter.

Barring that, you can try these (this eample assumes the original text is in
A3--

To get the data before the colon:
=LEFT(A3,FIND(":",A3,1)-1)

To get the data after the colon:
=MID(A3,FIND(":",A3)+1,LEN(A3))

tj

"RickyDee" wrote:

Heres the problem
I have one column formatted as TEXT. This column (called PRERESULT)
contains numbers as follows:
86:56 but can contain three numbers on each side of the €œ:€ (Colon). I have
three columns:
PRERESULT, RESULT1, RESULT2
I want to take apart PRERUSULT and put the numbers preceding the €œ:€ in
RESULT1 and the numbers after the €œ:€ in RESULT2.
Remember, all information is TEXT.
HOW?

  #4   Report Post  
RickyDee
 
Posts: n/a
Default

Thank you very much! After 3 months or so, seems like more, I finally get a
straight answer. Now I can get on with my projects and straighten out some
books.

Thanks again.,
and,
HAPPY HOLIDAYS!

"tjtjjtjt" wrote:

First, I would try Data | Text to Columns and use the colon as the Delimiter.

Barring that, you can try these (this eample assumes the original text is in
A3--

To get the data before the colon:
=LEFT(A3,FIND(":",A3,1)-1)

To get the data after the colon:
=MID(A3,FIND(":",A3)+1,LEN(A3))

tj

"RickyDee" wrote:

Heres the problem
I have one column formatted as TEXT. This column (called PRERESULT)
contains numbers as follows:
86:56 but can contain three numbers on each side of the €œ:€ (Colon). I have
three columns:
PRERESULT, RESULT1, RESULT2
I want to take apart PRERUSULT and put the numbers preceding the €œ:€ in
RESULT1 and the numbers after the €œ:€ in RESULT2.
Remember, all information is TEXT.
HOW?

  #5   Report Post  
RickyDee
 
Posts: n/a
Default

Thank you, Norman.
You're cool! As per the reply directly before yours, it was extremely
helpful. Unfortunately, yours is more versatile because it takes me to and
through steps that make me lean a lot more than I wanted. BOth helpful,
yours more so, and thank youy very much.

Also,
HAPPY HOLIDAYS
Rick Denessen

"Norman Jones" wrote:

Hi Ricky,

With the text cells selected, try:

Data | Text to Columns | Check Delimited | Next
| Check the 'Other' option with a colon | Next |
Check Text | Click second column | Check Text | Finish

---
Regards,
Norman



"RickyDee" wrote in message
...
Here's the problem
I have one column formatted as TEXT. This column (called PRERESULT)
contains numbers as follows:
86:56 but can contain three numbers on each side of the ":" (Colon). I
have
three columns:
PRERESULT, RESULT1, RESULT2
I want to take apart PRERUSULT and put the numbers preceding the ":" in
RESULT1 and the numbers after the ":" in RESULT2.
Remember, all information is TEXT.
HOW?




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
text from one column into multiple columns Jeff Brown Excel Discussion (Misc queries) 6 December 22nd 04 10:07 PM
Putting text in a column based on variable text from another colum Jacky D. Excel Discussion (Misc queries) 1 December 16th 04 06:09 PM
Is there a way I can enter a letter to proceed text a column of ce Gordon Excel Discussion (Misc queries) 3 December 13th 04 07:13 PM
How can I see column headings of hidden columns in Excel before u. Beachcomber Excel Discussion (Misc queries) 10 December 10th 04 01:35 PM
splitting text to multiple columns maryj Excel Discussion (Misc queries) 5 December 1st 04 03:37 PM


All times are GMT +1. The time now is 06:36 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"