ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   I need help getting data from two columns into one (https://www.excelbanter.com/excel-discussion-misc-queries/66468-i-need-help-getting-data-two-columns-into-one.html)

Rockies_Hunter

I need help getting data from two columns into one
 
I need help getting phone numbers I have in an Excel spread sheet ready to
import into Business Contact Manager. Currently I have area codes in one
column and phone numbers in another. In order to import my contacts into BCM
I need to get the codes and the numbers into the same column. Can anyone
tell me how to do this?
A B to A
[704] [555-1212] to [704 555-1212]

Thanks

Anne Troy

I need help getting data from two columns into one
 
=a1&b1
or
=a1&" "&b1
or similar
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Rockies_Hunter" wrote in message
...
I need help getting phone numbers I have in an Excel spread sheet ready to
import into Business Contact Manager. Currently I have area codes in one
column and phone numbers in another. In order to import my contacts into
BCM
I need to get the codes and the numbers into the same column. Can anyone
tell me how to do this?
A B to A
[704] [555-1212] to [704 555-1212]

Thanks




Elkar

I need help getting data from two columns into one
 
Assuming all of your data uses the same format as your example, then this
will work:

In column C (insert a new column if you need to) use this formula:

=LEFT(A1,4)&" "&MID(B1,2,9)

Then copy the formula down column C for all of your data.

Then select Column C, and COPY.
Select Column A, and PASTE SPECIAL...
Select "Values" and OK

Your Column A should now have your desired results. You can then delete
columns B and C.

HTH,
Elkar


"Rockies_Hunter" wrote:

I need help getting phone numbers I have in an Excel spread sheet ready to
import into Business Contact Manager. Currently I have area codes in one
column and phone numbers in another. In order to import my contacts into BCM
I need to get the codes and the numbers into the same column. Can anyone
tell me how to do this?
A B to A
[704] [555-1212] to [704 555-1212]

Thanks



All times are GMT +1. The time now is 04:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com