Thread
:
How do I make a hard return within a cell in Excel?
View Single Post
#
2
Dave Peterson
Posts: n/a
Use alt-enter if typing
or char(10) in a formula
="asdf&char(10)&"qwer"
(remember that wrap text must be turned on (format|cells|alignment tab)
Rose49 wrote:
--
Dave Peterson
Reply With Quote