Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It worked. thank you Rick
Rick Rothstein wrote: Please I need to concatenate a series of cell. The pattern is shown below. The first names are in col F and surnames in col A. I need both names in Col F. Please I will appreciate suggested solutions in the accompanying cell reference style. Range("F" & z).Value = "John" and Range("A" & z).Value = "Smith" Result: Range("F" & z).Value = "John Smith" Try it this way... Range("F" & z).Value = Range("F" & z).Value & " " & Range("A" & z).Value Rick Rothstein (MVP - Excel) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenating non adjacent cells | Excel Discussion (Misc queries) | |||
Concatenating text cells in a row (No. of cells not fixed) | Excel Programming | |||
Help with blank cells when concatenating | Excel Worksheet Functions | |||
Concatenating info from several cells into the one above | Excel Discussion (Misc queries) | |||
Concatenating Cells | Excel Discussion (Misc queries) |