![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 1
|
I am trying to pull from a separate sheet the first and last name which are in different cells. I know how to combine them into one cell, but I am not sure how to add a space so that the name looks proper.
I am also running into a similar situation with the addresses. I want to pull the city and then have a comma, then space, then the state, then comma and then the zip code. I am sure that this is simple, but I am new to Excel. Any help would be appreciated. Thanks. |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
=A1&" "&B1
Or... =CONCATENATE(A1," ",B1) |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
Quote:
=FistName&" "&LastName |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|