![]() |
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 |
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 |
All times are GMT +1. The time now is 08:22 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com