Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jen96
 
Posts: n/a
Default Address is in separate fields

Can someone assist me with merging the data in four fields into one string of
information?
  #2   Report Post  
BekkiM
 
Posts: n/a
Default

Assuming your addresses are in A1, B1, C1, and D1, put the following formula
in E1:

=CONCATENATE(A1, " ",B 1," ",C1," ",D1)

The " " is to leave spaces between the elements of your address. If you
need commas or other delineation characters, just make sure to put them
inside the double-quotes.

"Jen96" wrote:

Can someone assist me with merging the data in four fields into one string of
information?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jen
 
Posts: n/a
Default Address is in separate fields

Hi Bekki,
I did exactly what you advise to do below, but I get an error msg that it
does not recognize the formula...the cell is formatted to general (or
'standard' since I am using it on a French keyboard & system. All I want to
do is combine about 5 cells to create an adress in one cell..HELP+"*ç%&/()=
:-)
Jen

"BekkiM" wrote:

Assuming your addresses are in A1, B1, C1, and D1, put the following formula
in E1:

=CONCATENATE(A1, " ",B 1," ",C1," ",D1)

The " " is to leave spaces between the elements of your address. If you
need commas or other delineation characters, just make sure to put them
inside the double-quotes.

"Jen96" wrote:

Can someone assist me with merging the data in four fields into one string of
information?

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
How do I take some of my Excel fields and make address labels? Carmen Excel Discussion (Misc queries) 1 September 19th 05 05:20 PM
Separate address column to Five columns harpscardiff Excel Worksheet Functions 1 September 16th 05 10:14 PM
MIN Function w/ variable address reference WLMPilot Excel Worksheet Functions 7 June 10th 05 07:56 PM
How do I stop e-mail address from turning into link in Excel? Wowie Excel Discussion (Misc queries) 3 May 4th 05 11:00 PM
Sorting Spreadsheet with Merged Fields Linda L Excel Discussion (Misc queries) 1 January 22nd 05 12:58 AM


All times are GMT +1. The time now is 01:18 PM.

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

About Us

"It's about Microsoft Excel"