Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newline in a cell

Status
Not open for further replies.

StarrRider

Mechanical
Joined
Sep 15, 2002
Messages
151
Location
US
You can make the text of a cell occupy multiple lines by adding the text and entering Alt-Return and then adding more text.

The question is - what character is actually added when the Alt-Return is entered?

I want to use it in a formula like
=CONCATENATE($J3," ",$K3) - and replace the " " with that character.

Thanks
Lee
 
That is CHAR(10) which is a line feed, as far as I recall. It seems you have to format the cell with Wrap Text, however, to make it work properly.

Cheers,
Joerd

Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top