Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Is there an easy way to concatenate two cells?? Suppose the worksheet has six cells like this: Row 1: John Smith Row 2: Dick Jones Row 3: Property Acme Rows one and two are the way they should be, but row three should read `Acme Property' in the right hand cell, while the left hand cell should be empty. Is there a way to automate this process on a large worksheet without retyping all the data?? Thanks, Sam |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Sam" wrote: Hi, Is there an easy way to concatenate two cells?? Suppose the worksheet has six cells like this: Row 1: John Smith Row 2: Dick Jones Row 3: Property Acme Rows one and two are the way they should be, but row three should read `Acme Property' in the right hand cell, while the left hand cell should be empty. Is there a way to automate this process on a large worksheet without retyping all the data?? Thanks, Sam or if you do not want to use a macro the & symbol will join 2 or more cells Row 1: John Smith Row 2: Dick Jones Row 3: Property Acme row 4 :=b3 & " " & a3 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding text in cells | New Users to Excel | |||
Adding Cells that Contain Text | Excel Worksheet Functions | |||
Adding Cells that Contain Text | Excel Discussion (Misc queries) | |||
Adding text to cells | Excel Programming | |||
Adding two text cells together | Excel Discussion (Misc queries) |