Finally, our second visualization challenge comes to an end. We got a winner.
Background about Zoho Reports Visualization Challenge:
(skip this section if you know what I am going to say)
Back in November, 2009, I have asked the readers to come up with best possible ways to visualize a set of fictitious sales data. The objective is to make a dashboard (or chart) that would,
help a senior manager understand how the sales people have done in the 24 months. [more]
Readers from all corners of earth responded enthusiastically to this challenge and submitted 32 truly outstanding entries. I have compiled all of them in the sales dashboards post and asked you to vote for a winner.
And now we have winners.
Ladies & Gentlemen, the winner of this challenge is,
Option 4 submitted by Alex Kerin
Here is the winning sales dashboard:
click here for a bigger version
Alex Kerin – who writes at Data Driven Consulting, made this dashboard using MS Excel and Fabrice’s free sparklines add-in.
The dashboard clearly shows sales performance summaries at sales person level (a stated objective of this challenge), along with various key metrics. It follows key visualization principles, he used fewer colors, kept things as simple as possible and include headline messages.
Download Source Files: Link 1 | Link 2 | Link 3
Alex’s entry received 23 votes.
Congratulations Alex. You will receive an 8 GB iPod touch very soon.
The second prize goes to,
Option 7 submitted by Cuboo
click here for a bigger version
Cuboo – who writes at Open BI, made this dashboard using MS Excel & Palo. Cuboo is not new, he won the previous visualization challenge as well.
Download Source Files: Link 1
Cuboo’s entry received 22 votes.
Congratulations Cuboo. You will receive a copy of project management excel templates.
The third prize goes to,
Option 10 submitted by Esteban
click here for a bigger version
Esteban, made this dashboard using MS Excel.
Download Source Files: Link 1 | Link 2
Esteban’s entry received 15 votes.
Congratulations Esteban. You will receive a copy of project management excel templates.
Honorary Mentions
While there are several very good dashboards (and charts) submitted for this challenge, I *personally* liked these dashboards too.
![]() |
![]() |
![]() |
![]() |
![]() |
| (large) | (large) | (large) | (large) | (large) |
| Option 2 by Ajay | Option 5 by Arti | Option 11 by Hernan | Option 23 by Matt Cloves | Option 30 by Tessaes |
| Good colors, Layout | Interesting design, lots of dynamic stuff | Fewer charts, cool headlines | Rotatable panel chart!!! | Fewer colors, data tables |
| (details) | (details) | (details) | (details) | (details) |
Thanks to Zoho – the contest sponsor
Thanks to Zoho Reports and @aravind for pro-actively approaching me and sponsoring this contest.
Thanks to all the participants and voters
Thanks everyone for your support, participation and enthusiasm. You have made this contest a memorable experience for me as well as countless PHD readers. Thank you.






















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 ""