Address is in separate fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone assist me with merging the data in four fields into one string of
information?
 
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top