KuraiChikara
Board Regular
- Joined
- Nov 16, 2016
- Messages
- 111
- Office Version
- 2013
- Platform
- Windows
Hello, I have a list of names that I will be using the CONCATENATE function on. However, they have to be in a particular format.
Example:
Column A1 has LAST NAMES
Column B1 has FIRST NAMES
Column A already has all of the Last Names IE "Doe" in A1.
What it needs to look like is Doe, (Doe comma/space)
However, the entire column of names has hundreds of names that need the comma and the space added and I do not know how to do that. I tried:
=A1,
But it does not work.
Is there a way to add a comma and a space using a formula to the last names? From there I can simply paste the values of that then add my CONCATENATE formula.
Example:
Column A1 has LAST NAMES
Column B1 has FIRST NAMES
Column A already has all of the Last Names IE "Doe" in A1.
What it needs to look like is Doe, (Doe comma/space)
However, the entire column of names has hundreds of names that need the comma and the space added and I do not know how to do that. I tried:
=A1,
But it does not work.
Is there a way to add a comma and a space using a formula to the last names? From there I can simply paste the values of that then add my CONCATENATE formula.