Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I add a command to start a new line when concatenating text strings in
excel when referencing text cells? e.g. cell A5 should contain =A2&?command?&D2 (Cell A5 is formatted for word wrap) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A2&CHAR(10)&D2
Biff "Max" wrote in message ... How do I add a command to start a new line when concatenating text strings in excel when referencing text cells? e.g. cell A5 should contain =A2&?command?&D2 (Cell A5 is formatted for word wrap) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Max
=A2&CHAR(10)&A5 Gord Dibben MS Excel MVP On Wed, 25 Jan 2006 20:56:01 -0800, Max wrote: How do I add a command to start a new line when concatenating text strings in excel when referencing text cells? e.g. cell A5 should contain =A2&?command?&D2 (Cell A5 is formatted for word wrap) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - merged cells w/wrapped text auto row height doesn't work. | Excel Discussion (Misc queries) | |||
Text disappears when word wrap is used | Excel Discussion (Misc queries) | |||
A 2 line text showing up in the Cell in Excel prints in 1 line | Excel Discussion (Misc queries) | |||
Bulleting text and spacing down a line in Excel | Excel Discussion (Misc queries) | |||
How can I asign a number value to a text line in Excel? | Charts and Charting in Excel |