In the 14th session of Chandoo.org podcast, lets figure out how to make awesome dashboards.

What is in this session?
Excel dashboards are much in demand these days, thanks to advancements in Excel & growing pressure on costs. Now a days, analysts & managers are expected to quickly put together a dashboard using Excel. But how do you make a dashboard? What process you should follow? These are the questions we address in this podcast.
In this podcast, you will learn,
- Announcements about upcoming dashboard classes
- Ten step process for creating awesome dashboards
- 1. Talk to your end users
- 2. Make a sketch of the dashboard
- 3. Validate your understanding
- 4. Collect data
- 5. Structure the data
- …
Go ahead and listen to the show
Podcast: Play in new window | Download
Subscribe: Apple Podcasts | Spotify | RSS
Links & Resources mentioned in this session:
Excelapalooza Excel conference:
Advanced Excel, Dashboards & Power Pivot Masterclass:
Creating Dashboards – complete tutorials:
- Creating a KPI Dashboard – 6 part tutorial
- Customer service dashboard using Excel
- Employee vacation tracker dashboard
- More tutorials, examples & information about dashboards
Dashboard Examples & Inspiration:
- 49 dashboards on State to state migration in USA
- 66 dashboards visualizing salaries of Excel professionals
- 32 sales dashboards
- 78 Sales analytic charts & dashboards
- More dashboard examples & case studies
Creating Dynamic Charts:
- Examples of dynamic charts
- Introduction to Form controls – article, podcast
Transcript of this session:
Download this podcast transcript [PDF].
What process do you follow to create dashboards?
I have been following this 10 step process for the last 8 years with great success. Not only this process is easy to follow, but also it reduces the scope of errors significantly.
So what about you?What process do you follow when creating dashboards? Please share your thoughts & experiences using comments.















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