In the 11th session of Chandoo.org podcast, lets puts on a magic show for your boss

What is in this session?
We all want to impress our bosses, create awesome experiences for our users and become enviable in workplace with our Excel skills. In this session, lets explore 5 very powerful, magical features of Excel that can help you create that jaw-dropping effect.
In this podcast, you will learn,
- Announcements
- Why magic
- 5 Excel Magic Tricks
- 1: Conditional formatting
- 2: Form controls + Charts
- 3: Pivot tables + Slicers
- 4: Macros + Automation
- 5: Using right feature @ right time
- How to learn these magic tricks
- Conclusions
Go ahead and listen to the show
Podcast: Play in new window | Download
Subscribe: RSS
Links & Resources mentioned in this session:
Conditional Formatting
- Basics of conditional formatting
- Magical uses – example 1, example 2 & more
Form controls + Charts
- Introduction to form controls (or listen to the podcast)
- Magical uses – example 1, example 2 & more
Pivot Tables + Slicers
Macros & VBA
- Introduction to VBA
- Magical uses – example 1, example 2 & more
Transcript of this session:
Download this podcast transcript [PDF].
What are your favorite Excel magic tricks?
My favorites are conditional formatting, slicers, form controls + charts in that order.
What about you? What features of Excel are most impressive and mesmerizing? Please share your thoughts 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 ""