Imagine having two annoying little bloggers looking over your shoulder and trying to mess up with the chart you are making….
I am still waiting, go ahead, imagine…
Now come back, that is exactly what “The Chart DoctorBusters” is all about. It is a new series of posts on PHD and Jon Peltier where we take badly made charts, one at a time and suggest improvements, alternative visualization options and corrective measures.
For a doctor to be really good, he needs to have really sick people. In our case we need bad charts. I mean really bad ones with all those 23 colors or 17 pies or stressful extra grid lines or .. ok, you get the picture.
Here is what you should do:
- Upload your chart or excel workbook to a public site like skydrive.
- Now go to this google docs form and submit your charts
- (alternatively you can tweet us on @r1c1 or @Jon_Peltier)
Here is what Jon and I will do:
Every week we will take one of the really bad charts and post an entire article dissecting the problems and prescribing the treatment. We will take turns, so one week it will be Peltier and next week it will be me. We will also try to comment on each other’s treatment. With some luck, we should get other leading authorities in charting world to come and comment here.
Some rules to keep in mind:
- We are talking about charts here, not complicated dashboards or vibrating visualizations.
- As much as possible try to post the actual data associated with the chart and tell us clearly what you think the chart was trying to achieve.
- Remember, even parapsychologists get psyched.
- Have fun 🙂














11 Responses to “Use Alt+Enter to get multiple lines in a cell [spreadcheats]”
@Chandoo:
One more useful trick.......
In a column you have no. of data in rows and need to copy in the next row from the previous row, no need to go for the previous rows but entering Alt + down arrow, you will get the list of data, (in asending order), entered in the previous rows...
This is another great tip. I use this all the time to make sense of some *very* long formulas. As soon as the formula is debugged I remove the break.
Great tip Chandoo!
I use this feature often and it has even gotten the, "how did you do that" response.
Thanks!
@Ketan: Alt+down arrow is an awesome tip. I never knew it and now I am using it everyday.
@Jorge, Tony: Agree... 🙂
[...] Day 1: Insert Line Breaks in a Cell [...]
how can we merge a two sheet.
excellent idea. Chandoo you are genious
Hi chandoo,
I have used ctrl+enter to break the cell. But I did not get the result.
Please tell me how can i break the cell in multiple lines.
Hi, Ranveer,
Its not Ctrl+enter to break the cell, use Alt+Enter to make it happen.
hi Chandoo....
how we can use Alt+Enter in multiple rows at the same time please reply hurry i have lot of work and have no time and i m stuck in this. 🙁
Alt+J worked once 🙁
So I found another more reliable way:
=SUBSTITUTE(A2,CHAR(13),"")
Where A2 is the cell that contains the line breaks which the code for it is CHAR(13). It will replace it with whatever inside the ""