Entering Line Breaks in a Title derived by a formula

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

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?
 
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
 
Back
Top