Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel 2003: What is the formula for moving the contents of 3 cells, A1:C1,
into 1 cell, E1? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to Copy or Move to active cell from specified range | Excel Discussion (Misc queries) | |||
Macro to remove contents of cell and move all other contents up one row | Excel Discussion (Misc queries) | |||
Getting Excel to treat merged cells as one cell when printing | Excel Discussion (Misc queries) | |||
Pasting Word table cell with paragraph markers into single Excel c | Excel Discussion (Misc queries) | |||
Excel: is it possible to move column contents into a line | Excel Discussion (Misc queries) |