#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default Split concatenation

Hi,
In cell A2, need to take this concatenated text and time string
510n0.240972222222222 and separate it in to cell B2 & C2. The left is the
text which I can get with =LEFT(A2,4) for my desired result of 510n. The
right I need to have in a time format like 5:47 that's where I'm stuck.

Any help is appreciated

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Split concatenation

Try this:

=--RIGHT(A2,LEN(A2)-4)

and format the cell as a time in the format you require.

Hope this helps.

Pete

On May 18, 3:40*pm, Dale G wrote:
Hi,
In cell A2, need to take this concatenated text and time string
510n0.240972222222222 and separate it in to cell B2 & C2. The left is the
text which I can get with =LEFT(A2,4) for my desired result *of 510n. The
right I need to have in a time format like 5:47 that's where I'm stuck.

Any help is appreciated


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 420
Default Split concatenation

After you split the value into two cells, try formatting the second column as a
time (like: hh:mm:ss)



On 05/18/2010 09:40, Dale G wrote:
Hi,
In cell A2, need to take this concatenated text and time string
510n0.240972222222222 and separate it in to cell B2& C2. The left is the
text which I can get with =LEFT(A2,4) for my desired result of 510n. The
right I need to have in a time format like 5:47 that's where I'm stuck.

Any help is appreciated

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Split concatenation

Hi,

You could do this and format the cell as time

=MID(A1,FIND(".",A1),LEN(A1))+0

or this

=TEXT(MID(A1,FIND(".",A1),LEN(A1)),"hh:mm")
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Dale G" wrote:

Hi,
In cell A2, need to take this concatenated text and time string
510n0.240972222222222 and separate it in to cell B2 & C2. The left is the
text which I can get with =LEFT(A2,4) for my desired result of 510n. The
right I need to have in a time format like 5:47 that's where I'm stuck.

Any help is appreciated

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default Split concatenation

Thanks everyone for all your help.

I went with this =TEXT(MID(A1,FIND(".",A1),LEN(A1)),"h:mm")

big time saver, thanks again.

"Mike H" wrote:

Hi,

You could do this and format the cell as time

=MID(A1,FIND(".",A1),LEN(A1))+0

or this

=TEXT(MID(A1,FIND(".",A1),LEN(A1)),"hh:mm")
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Dale G" wrote:

Hi,
In cell A2, need to take this concatenated text and time string
510n0.240972222222222 and separate it in to cell B2 & C2. The left is the
text which I can get with =LEFT(A2,4) for my desired result of 510n. The
right I need to have in a time format like 5:47 that's where I'm stuck.

Any help is appreciated

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
concatenation Charles Eaves New Users to Excel 1 April 4th 09 04:16 PM
Concatenation Nanapat Excel Discussion (Misc queries) 4 December 13th 08 01:47 PM
How do I remove split a split window? Norm New Users to Excel 3 July 19th 08 10:31 PM
Concatenation JPS Excel Worksheet Functions 3 May 4th 08 07:35 AM
Concatenation Harry Excel Worksheet Functions 2 July 17th 06 07:17 PM


All times are GMT +1. The time now is 12:05 AM.

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

About Us

"It's about Microsoft Excel"