Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Lillie
 
Posts: n/a
Default In Excel, how do you move the contents of 3 cells into 1 cell?

Excel 2003: What is the formula for moving the contents of 3 cells, A1:C1,
into 1 cell, E1?
  #2   Report Post  
Posted to microsoft.public.excel.misc
paul
 
Posts: n/a
Default In Excel, how do you move the contents of 3 cells into 1 cell?

you could move them with code and a change event .Prolly simpler to just show
them,in e1 type =concatenate(A1,B1,C1) or =A1&B1&C1.Use a " " if you want a
space
--
paul
remove nospam for email addy!



"Lillie" wrote:

Excel 2003: What is the formula for moving the contents of 3 cells, A1:C1,
into 1 cell, E1?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default In Excel, how do you move the contents of 3 cells into 1 cell?

=A1&B1&C1

if you want a space in-between

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

--
Regards,

Peo Sjoblom

(No private emails please)


"Lillie" wrote in message
...
Excel 2003: What is the formula for moving the contents of 3 cells, A1:C1,
into 1 cell, E1?


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
need to Copy or Move to active cell from specified range kaream Excel Discussion (Misc queries) 2 December 14th 05 08:12 AM
Macro to remove contents of cell and move all other contents up one row adw223 Excel Discussion (Misc queries) 1 July 1st 05 03:57 PM
Getting Excel to treat merged cells as one cell when printing postitnote100 Excel Discussion (Misc queries) 1 June 24th 05 07:13 PM
Pasting Word table cell with paragraph markers into single Excel c Steve Excel Discussion (Misc queries) 1 June 16th 05 11:26 PM
Excel: is it possible to move column contents into a line Ginger Excel Discussion (Misc queries) 2 June 16th 05 06:59 PM


All times are GMT +1. The time now is 04:07 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"