#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Merge columns

I have three columns that are phone numbers which got separated in a
download, can someone please help me merge this data back into one column so
the phone number reads like 5638433829 ?

A.............B..............C
(563 843 3829
(563 940 356
(563 940 3572
(563 940 5989
(563 940 7232
(563 940 7863
(563 940 8125
(563 343 4223
(563 370 2535

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

Put this in D1:

=TRIM(RIGHT(A1,LEN(A1)-1)&B1&C1)

This will give you a text result, but if you need it as a proper
number (for formatting) you can do this:

=--TRIM(RIGHT(A1,LEN(A1)-1)&B1&C1)

Copy it down, then fix the values and you could then get rid of the
original columns.

Hope this helps.

Pete

On Aug 28, 6:54*pm, CandiC wrote:
I have three columns that are phone numbers which got separated in a
download, can someone please help me merge this data back into one column so
the phone number reads like 5638433829 ?

* A.............B..............C
(563 * *843 * * 3829
(563 * *940 * * 356
(563 * *940 * * 3572
(563 * *940 * * 5989
(563 * *940 * * 7232
(563 * *940 * * 7863
(563 * *940 * * 8125
(563 * *343 * * 4223
(563 * *370 * * 2535


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default Merge columns

Try this in column D:

=Concatenate(A,B,C)
OR
=A&B&C



CandiC wrote:
I have three columns that are phone numbers which got separated in a
download, can someone please help me merge this data back into one column so
the phone number reads like 5638433829 ?

A.............B..............C
(563 843 3829
(563 940 356
(563 940 3572
(563 940 5989
(563 940 7232
(563 940 7863
(563 940 8125
(563 343 4223
(563 370 2535


--
Message posted via http://www.officekb.com

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Merge columns

if you take a look at your second line I believe that 356 should be 0356
If you don't want to to have the starting "("
starting in D1

=mid(a1,2,3)&right("000"&b1,3)&right("0000"&c1,4)

copy down as needed....
--
Wag more, bark less


"CandiC" wrote:

I have three columns that are phone numbers which got separated in a
download, can someone please help me merge this data back into one column so
the phone number reads like 5638433829 ?

A.............B..............C
(563 843 3829
(563 940 356
(563 940 3572
(563 940 5989
(563 940 7232
(563 940 7863
(563 940 8125
(563 343 4223
(563 370 2535

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Merge columns

I am trying to get this formula to work, for instance I have my information
in columns H380, I380 and J380, so in column K I have the Concatenate formula
set as, =Concatenate(H380,I380,J380) and it will not do anything. I don't
even get an error message. Can you please help me determine what I may be
doing wrong?

"pogiman via OfficeKB.com" wrote:

Try this in column D:

=Concatenate(A,B,C)
OR
=A&B&C



CandiC wrote:
I have three columns that are phone numbers which got separated in a
download, can someone please help me merge this data back into one column so
the phone number reads like 5638433829 ?

A.............B..............C
(563 843 3829
(563 940 356
(563 940 3572
(563 940 5989
(563 940 7232
(563 940 7863
(563 940 8125
(563 343 4223
(563 370 2535


--
Message posted via http://www.officekb.com




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Merge columns

THis worked!!! Thank you so much for your help. Candi.

"Pete_UK" wrote:

Put this in D1:

=TRIM(RIGHT(A1,LEN(A1)-1)&B1&C1)

This will give you a text result, but if you need it as a proper
number (for formatting) you can do this:

=--TRIM(RIGHT(A1,LEN(A1)-1)&B1&C1)

Copy it down, then fix the values and you could then get rid of the
original columns.

Hope this helps.

Pete

On Aug 28, 6:54 pm, CandiC wrote:
I have three columns that are phone numbers which got separated in a
download, can someone please help me merge this data back into one column so
the phone number reads like 5638433829 ?

A.............B..............C
(563 843 3829
(563 940 356
(563 940 3572
(563 940 5989
(563 940 7232
(563 940 7863
(563 940 8125
(563 343 4223
(563 370 2535



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Merge columns

You're welcome, Candi - thanks for feeding back.

Pete

On Aug 31, 3:09*pm, CandiC wrote:
THis worked!!! Thank you so much for your help. Candi.



"Pete_UK" wrote:
Put this in D1:


=TRIM(RIGHT(A1,LEN(A1)-1)&B1&C1)


This will give you a text result, but if you need it as a proper
number (for formatting) you can do this:


=--TRIM(RIGHT(A1,LEN(A1)-1)&B1&C1)


Copy it down, then fix the values and you could then get rid of the
original columns.


Hope this helps.


Pete


On Aug 28, 6:54 pm, CandiC wrote:
I have three columns that are phone numbers which got separated in a
download, can someone please help me merge this data back into one column so
the phone number reads like 5638433829 ?


* A.............B..............C
(563 * *843 * * 3829
(563 * *940 * * 356
(563 * *940 * * 3572
(563 * *940 * * 5989
(563 * *940 * * 7232
(563 * *940 * * 7863
(563 * *940 * * 8125
(563 * *343 * * 4223
(563 * *370 * * 2535- Hide quoted text -


- Show quoted text -


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
Merge Columns The Cable Guy Excel Discussion (Misc queries) 3 February 27th 09 06:51 PM
Merge columns wendy Excel Discussion (Misc queries) 5 April 12th 07 09:58 PM
merge columns karpagam Excel Worksheet Functions 3 September 12th 06 07:42 AM
merge columns e with f into e. ant2hony New Users to Excel 2 April 11th 06 10:03 PM
merge text from 2 columns into 1 then delete the old 2 columns sleepindogg Excel Worksheet Functions 4 March 30th 06 07:25 PM


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