Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Concatenating Cells

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenating non adjacent cells Bob Freeman Excel Discussion (Misc queries) 2 January 27th 10 12:59 PM
Concatenating text cells in a row (No. of cells not fixed) ashish128 Excel Programming 3 September 4th 08 11:12 AM
Help with blank cells when concatenating LM Excel Worksheet Functions 11 July 7th 08 05:16 PM
Concatenating info from several cells into the one above method373 Excel Discussion (Misc queries) 1 February 22nd 06 01:18 AM
Concatenating Cells jbenet Excel Discussion (Misc queries) 5 December 10th 05 09:51 AM


All times are GMT +1. The time now is 09:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"