Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How can I merge 3 cells into 1 cell?

Basically I have 3 different cells that include address city and state. I
need to merge these cells into 1 cell and be able to show just the 1 new cell.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default How can I merge 3 cells into 1 cell?

=A1&" "&B1&" "&C1


--
Regards,

Peo Sjoblom


"Lucky1423" wrote in message
...
Basically I have 3 different cells that include address city and state. I
need to merge these cells into 1 cell and be able to show just the 1 new
cell.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default How can I merge 3 cells into 1 cell?

Assuming your address is in A1, your city is in B1, and your state is in C1:

Select cell A4 and use the following formula:

=A1&" "&B1&", "&C1

"Lucky1423" wrote:

Basically I have 3 different cells that include address city and state. I
need to merge these cells into 1 cell and be able to show just the 1 new cell.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How can I merge 3 cells into 1 cell?

Lucky

A note of caution here.

As noted by the other resonses this is easy to do but most applications that
interact with Excel like the data to be in separate cells..........like for
instance a mailmerge in Word or similar.

You will also make it much more difficult to sort or filter with all data in one
cell.


Gord Dibben MS Excel MVP


On Tue, 1 May 2007 11:28:01 -0700, Lucky1423
wrote:

Basically I have 3 different cells that include address city and state. I
need to merge these cells into 1 cell and be able to show just the 1 new cell.


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 merge two cells without deleting data from the cell? Batmans_Wife Excel Discussion (Misc queries) 50 April 3rd 23 10:54 AM
how to merge many cells to one cell with keeping all data Valley Excel Worksheet Functions 1 December 3rd 06 07:41 PM
merge several cells with text into 1 cell chum Excel Discussion (Misc queries) 4 July 25th 06 04:30 PM
How do I merge one cell into two cells? auntieboop Excel Discussion (Misc queries) 1 May 30th 06 04:00 PM
How do I merge cells without losing cell values? Sean Excel Worksheet Functions 1 February 21st 06 12:31 AM


All times are GMT +1. The time now is 03:27 PM.

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

About Us

"It's about Microsoft Excel"