Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i am merging a few cells into one, but want them to appear on 3 separate
lines. char(10) does not seem to be working. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You have to format the cell to wrap text.
A1:A3 = merged cells Entered this formula: ="Line1"&CHAR(10)&"Line2"&CHAR(10)&"Line3" Goto the menu FormatCellsAlignment tabWrap TextOK The result of the formula appears as: Line1 Line2 Line3 You may have to adjust the row height to get the exact fit you want. -- Biff Microsoft Excel MVP "Sandy" wrote in message ... i am merging a few cells into one, but want them to appear on 3 separate lines. char(10) does not seem to be working. |
#3
![]() |
|||
|
|||
![]()
If CHAR(10) is not working to create a new line in your formula, there are a few other things you can try.
Try these alternatives and see if they work for you. If you have any other questions, feel free to ask!
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula with alpha char in cell | Excel Discussion (Misc queries) | |||
How do I get a line under my number that is just 1 char more? | Excel Discussion (Misc queries) | |||
Excel 2007 - mixed type (line, column, stacked column) in one char | Charts and Charting in Excel | |||
FIND 1 char in cell of any 3 char =True | Excel Discussion (Misc queries) | |||
8500 cells with phone number(7 char.), wishing to add area code (10 char.) | Excel Discussion (Misc queries) |