JOIN AND & HELP

Jewells0905

New Member
Joined
Mar 10, 2024
Messages
36
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
I need to join Columns A, B and C together and preface them with +44 to format the phone numbers correctly. They should also have a "." in between, - "+##.###.###.####" -
I am able to get the +44 and the phone numbers in the correct order with formula =JOIN(A2,"+44",B2,C2. However, I am not able to figure out how to get the "." in there. This is also in googlesheets.

Area codeCarrier codeLine numberPhone number
4397359116+444397354399116
4146237001+444146234147001
9704495701+449704499705701
7593264030+447593267594030
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Try
Excel Formula:
="+44." & TEXTJOIN(".",,A2:C2)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,438
Messages
6,124,873
Members
449,192
Latest member
MoonDancer

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top