A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

return in excel



 
 
Thread Tools Display Modes
  #1  
Old September 17th, 2003, 06:00 PM
Christian
external usenet poster
 
Posts: n/a
Default return in excel

i have a cell in a spreadsheet, which i was currently
displaying the values of two other cells, with a space
between the values. what i would like would be to have
both values being on seperate lines, within the same
cell. how do i do this? thanks,

Christian K.
  #2  
Old September 17th, 2003, 06:57 PM
external usenet poster
 
Posts: n/a
Default return in excel

F2 to edit. Hit Alt-Enter between the two values.

HTH
Paul
--------------------------------------------------------------------------------------------------------------
Be advised to back up your WorkBook before attempting to make changes.
--------------------------------------------------------------------------------------------------------------
On Wed, 17 Sep 2003 10:00:00 -0700, "Christian"
wrote:

i have a cell in a spreadsheet, which i was currently
displaying the values of two other cells, with a space
between the values. what i would like would be to have
both values being on seperate lines, within the same
cell. how do i do this? thanks,

Christian K.


  #3  
Old September 17th, 2003, 06:58 PM
John Wilson
external usenet poster
 
Posts: n/a
Default return in excel

Christian,

In A1, "Hello"
In B1, "there"
In C1, =A1&CHAR(10)&B1
Note: Format C1 for WrapText

John

Christian wrote:

i have a cell in a spreadsheet, which i was currently
displaying the values of two other cells, with a space
between the values. what i would like would be to have
both values being on seperate lines, within the same
cell. how do i do this? thanks,

Christian K.


  #4  
Old September 17th, 2003, 07:15 PM
Don Guillett
external usenet poster
 
Posts: n/a
Default return in excel

alt enter at the point you want separation

"Christian" wrote in message
...
i have a cell in a spreadsheet, which i was currently
displaying the values of two other cells, with a space
between the values. what i would like would be to have
both values being on seperate lines, within the same
cell. how do i do this? thanks,

Christian K.



  #5  
Old September 18th, 2003, 01:45 AM
acw
external usenet poster
 
Posts: n/a
Default return in excel

Christian

="a" & char(10) & "b". You will probably have to format
the cell to wrap text.


Tony
-----Original Message-----
i have a cell in a spreadsheet, which i was currently
displaying the values of two other cells, with a space
between the values. what i would like would be to have
both values being on seperate lines, within the same
cell. how do i do this? thanks,

Christian K.
.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:08 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.