General Ledger
Active Member
- Joined
- Dec 31, 2007
- Messages
- 460
Dear All,
I have a cell where I am stringing text together and want to force a line break/carriage return in the label. I know that if I was purely entering text, I can hit ALT+Enter within the text to force a line break. How do I accomplish this when the text is created using concatenation (strung together using &)?
I am concatenating text plus a cell reference. This formula gets me the correct wording in cell A2: = "Total" & A1
I want to force a line break between the word Total and the value from cell A1. I thought the solution was inserting the ASCII code for a carriage return. Something like this in cell A2: = "Total" & Char(13) & A1
This seems to place a | within the label and is not what I was hoping for.
Yes, the cell is formatted with Wrap Text checked on.
I am using Excel 2003.
Best regards,
General Ledger
I have a cell where I am stringing text together and want to force a line break/carriage return in the label. I know that if I was purely entering text, I can hit ALT+Enter within the text to force a line break. How do I accomplish this when the text is created using concatenation (strung together using &)?
I am concatenating text plus a cell reference. This formula gets me the correct wording in cell A2: = "Total" & A1
I want to force a line break between the word Total and the value from cell A1. I thought the solution was inserting the ASCII code for a carriage return. Something like this in cell A2: = "Total" & Char(13) & A1
This seems to place a | within the label and is not what I was hoping for.
Yes, the cell is formatted with Wrap Text checked on.
I am using Excel 2003.
Best regards,
General Ledger