Hello folks…
Time for a fun & useful survey. This time lets talk about Excel Interview Questions.
Many of you are silently becoming awesome in Excel, data analysis, charting, dashboard reporting, VBA, Power Pivot and business skills, thanks to all the time you spend on Chandoo.org. I am sure there will be a day in near future, when you have to face another interview and be selected for a challenging, fun & high paying role.
Likewise, there is also a significant portion of you who are too good in your job that you will become a senior manager, VP or CXO, or better still start your own business. When the tables have turned, you will be the one looking for smart, dedicated, talented and fun individuals to join your team and make you look even more awesome.
So my question for both prospective interviewees and wannabe Excel pros,
According to you, what are the best Excel interview questions?
I will go first.
My top 5 Excel interview questions
Assuming I am looking for an analyst who can take any data dumped at her and turn it in to insights, actionable statements or management summaries, I will ask her below questions for sure.
- How do you lookup particular items from a large data set? Discuss various approaches, why they work, where they fail using this example data set.
- Can you make this ugly, confusing model in to usable, simple & elegant one?
- Assuming you have sales data of various products in several regions over the last 36 months, what kind of charts you prepare to help us understand what is going on and where we should focus?
- Can you analyze the same sales data using pivot tables. Can you compare pivot analysis with formula approach and comment?
- How well do you know about our business? Can you create a high level model of how we make money in Excel? After I explain how we make money in words of course.
- Bonus question: Which resources you use to keep yourself ahead of others in this position. (websites, books, training programs etc.)
What about you?
Go ahead and share your best interview questions. Use your experience as an interviewer or interviewee. Click below link.
Take up Excel interview questions survey.
Have an interview coming up soon?
Then brush up your skills. Start with these pages and let your curiosity go wild.














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