Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default Breaking a line within a formula - HELPHELP PLEASE

Hello,
You know how you can enter a break in a line by typing ALT + ENTER?
How can you break a line within a formula?
For example, if within one cell I have an equation that is pulling in three
sets of text, and I want the answer to have breaks in the line. When I use
ALT + ENTER it does not recognize the code.
I'm not sure my description is clear...
I have this: ='formula1'&'formula2'&'formua3'
if the answer to formula 1 is 1, and the answer to formula 2 is 2, and the
answer to formula 3 is 3; I get
123
but I want to get
1
2
3
I tried using ALT+ENTER between the formulas. It shows up correctly in the
formula bar, but does not return in the correct format.
CAN ANYONE HELP??

--
Shirley
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 449
Default Breaking a line within a formula - HELPHELP PLEASE

Hi Shirley

=A1&CHAR(10)&A2&CHAR(10)&A3

format cell to wrap text

HTH. Best wishes Harald

"Shirley" wrote in message
...
Hello,
You know how you can enter a break in a line by typing ALT + ENTER?
How can you break a line within a formula?
For example, if within one cell I have an equation that is pulling in
three
sets of text, and I want the answer to have breaks in the line. When I
use
ALT + ENTER it does not recognize the code.
I'm not sure my description is clear...
I have this: ='formula1'&'formula2'&'formua3'
if the answer to formula 1 is 1, and the answer to formula 2 is 2, and the
answer to formula 3 is 3; I get
123
but I want to get
1
2
3
I tried using ALT+ENTER between the formulas. It shows up correctly in
the
formula bar, but does not return in the correct format.
CAN ANYONE HELP??

--
Shirley


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default Breaking a line within a formula - HELPHELP PLEASE

Try:
=A1&CHAR(10)&A2&CHAR(10)&A3
Micky


"Shirley" wrote:

Hello,
You know how you can enter a break in a line by typing ALT + ENTER?
How can you break a line within a formula?
For example, if within one cell I have an equation that is pulling in three
sets of text, and I want the answer to have breaks in the line. When I use
ALT + ENTER it does not recognize the code.
I'm not sure my description is clear...
I have this: ='formula1'&'formula2'&'formua3'
if the answer to formula 1 is 1, and the answer to formula 2 is 2, and the
answer to formula 3 is 3; I get
123
but I want to get
1
2
3
I tried using ALT+ENTER between the formulas. It shows up correctly in the
formula bar, but does not return in the correct format.
CAN ANYONE HELP??

--
Shirley

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to convert a dotted line to a solid line in a line graph Sharlz Charts and Charting in Excel 1 January 14th 09 04:51 AM
Need help breaking apart a formula hg Excel Discussion (Misc queries) 3 December 13th 07 10:02 PM
Breaking down an excel formula [email protected] Excel Worksheet Functions 5 October 11th 07 07:50 PM
Breaking Links [email protected] Excel Discussion (Misc queries) 1 October 1st 06 07:41 PM
Breaking Links thelees Excel Discussion (Misc queries) 1 September 24th 05 07:11 PM


All times are GMT +1. The time now is 07:03 AM.

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

About Us

"It's about Microsoft Excel"