Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I have a database of addresses in excel. In column A is the 1st line of the address, column B line 2 of the address and so on and so forth. What I would like to do is merge the each line of the address cell so the full address appears in one cell. Anyone have any idea how to do this? Thanks Mark |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=CONCATENATE(A1," ",A2)
=A1&" "&A2 Regards, Ryan--- -- RyGuy "maths15" wrote: Hi I have a database of addresses in excel. In column A is the 1st line of the address, column B line 2 of the address and so on and so forth. What I would like to do is merge the each line of the address cell so the full address appears in one cell. Anyone have any idea how to do this? Thanks Mark |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In the cell that you want the completed address type =a1&" "&b1. (assume
a1 = first name? and b1 = last name?) Then you should copy/paste special/value to make it permanent instead of a result of a formula. "maths15" wrote in message ... Hi I have a database of addresses in excel. In column A is the 1st line of the address, column B line 2 of the address and so on and so forth. What I would like to do is merge the each line of the address cell so the full address appears in one cell. Anyone have any idea how to do this? Thanks Mark |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Meebers" wrote: In the cell that you want the completed address type =a1&" "&b1. (assume a1 = first name? and b1 = last name?) Then you should copy/paste special/value to make it permanent instead of a result of a formula. "maths15" wrote in message ... Hi I have a database of addresses in excel. In column A is the 1st line of the address, column B line 2 of the address and so on and so forth. What I would like to do is merge the each line of the address cell so the full address appears in one cell. Anyone have any idea how to do this? Thanks Mark tHANKS Both these replies worked, thanks a lot :) Mark |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just a note here.
If you have a specific reason for this, go ahead but having all in one cell can lead to problems later with sorting, filtering, mailing lists, etc. Suggest you keep a copy of the original data in it's current format. Gord Dibben MS Excel MVP On Mon, 7 Apr 2008 13:59:04 -0700, maths15 wrote: "Meebers" wrote: In the cell that you want the completed address type =a1&" "&b1. (assume a1 = first name? and b1 = last name?) Then you should copy/paste special/value to make it permanent instead of a result of a formula. "maths15" wrote in message ... Hi I have a database of addresses in excel. In column A is the 1st line of the address, column B line 2 of the address and so on and so forth. What I would like to do is merge the each line of the address cell so the full address appears in one cell. Anyone have any idea how to do this? Thanks Mark tHANKS Both these replies worked, thanks a lot :) Mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel: match two cells in one sheet to two cells in another and return a third cells value | Excel Worksheet Functions | |||
Cells won't change font color or show hi-lighted cells in document | Excel Discussion (Misc queries) | |||
display a range of cells editible cells based on matching date | Excel Worksheet Functions | |||
mergeing cells and wrapping text | Excel Discussion (Misc queries) | |||
trying to create an (almost) circular formula between cells and data validated cells with lists | Excel Worksheet Functions |