Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Nou pe simpatie: mary24 pe Simpatie
 | Femeie 24 ani Braila cauta Barbat 25 - 56 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
|
|
I have two columns, one with the name and one with the surname and want to join them into a single column containing both information.
Cell A1=POP Cell B1=IOAN
The problem with the formula in C1: =A1&B1 is that there is no space between name and surname.
The formula =concatenate(A1;B1) can be modified to add the needed space:
=concatenate(A1;" ";B1)
Source for the simple formulas: http://www.mrexcel.com/forum/excel-ques ... -both.html
Source for the space version: brains 
_______________________________________

|
|
| |
|