Entering Line Breaks in a Title derived by a formula

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?
 
J

Jon Peltier

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top