Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 577
Default Entering Line Breaks in a Title derived by a formula

I'm using the below formula for my title:

='Source Data'!$I$1:$I$3

I would like to put a line break after each cell it's pulling from. Is
there a way to do this, or what is the best way to pull this data into the
chart title so that I can get 3 lines of text?
--
Scott
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Entering Line Breaks in a Title derived by a formula

In another cell enter a formula with line breaks:

='Source Data'!$I$1&CHAR(10)&'Source Data'!$I$2&CHAR(10)&'Source Data'!$I$3

Use this cell as the link for the title.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Scott" wrote in message
...
I'm using the below formula for my title:

='Source Data'!$I$1:$I$3

I would like to put a line break after each cell it's pulling from. Is
there a way to do this, or what is the best way to pull this data into the
chart title so that I can get 3 lines of text?
--
Scott



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
Inserting line breaks in text formula J M Shelton Excel Discussion (Misc queries) 6 September 30th 07 06:31 AM
Line breaks pdgood Excel Discussion (Misc queries) 3 December 5th 06 02:42 AM
unexpected line breaks in .csv mwarner Excel Discussion (Misc queries) 2 July 29th 05 04:20 AM
How do I copy cell values (derived from formula), not references? Matt in a spot of bother Excel Worksheet Functions 4 July 28th 05 08:09 AM
Line breaks KatoKat Excel Worksheet Functions 1 March 1st 05 10:04 PM


All times are GMT +1. The time now is 07:17 PM.

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

About Us

"It's about Microsoft Excel"