It is the 4th day of Your week @ PHD and we have already posted some excellent array formulas, productivity hacks and other very useful tips.
Must read: part 1 of excel tips shared by readers | part 2 | part 3
Sticky Notes and Memorizing formula Syntax by Teyln
I have a Post-it note stuck near my monitor to help me remember the syntax of the INDEX-MATCH combo function. It says:
=INDEX(range,^,column#)
MATCH(what,where,FALSE)
The caret ^ in the Index function is where the Match function goes.
Find How Much Experience an Employee Has by Rajinikanth
Formula to find the Employee Experience, if the date Format is text like(Wednesday, March 10, 2004) :
Suppose employee joining date is Wednesday, March 10, 2004
Todays date is : =today()
then the formula to find the Employees Experience in the company like(No.of years, Months, Days) :
=((TEXT(DATEDIF(D11,E11,”y”),”0″)&” ” &”Years”)&”,”&(TEXT(DATEDIF(D11,E11,”ym”),”0″)&” ” &”Months”)&”,”&(TEXT(DATEDIF(D11,E11,”md”),”0″)&” ” &”Days”))
PHD’s note: The formula =TEXT((NOW()-E11)&"",”yy ""years"" m ""months"" dd ""days""") also works and is probably much simpler. It is mentioned in the 100 excel tips post.
Macro reduces the blood pressure by Michael
Perhaps it’s an artifact of my profession, or perhaps it’s a bias I formed back in the Lotus days.but I have never been really comfortable with Microsoft’s apparent distrust of recursion. True, non-convergent recursion can induce a migraine, but those “circular reference” alerts are almost as annoying.
So, for quite a while, I’ve had the following bit of VBA included in my Book.xlt/Book.xltm file:
Private Sub Workbook_Open()
Application.Iteration = True
End Sub
Voila! A pet peeve and annoyance resolved.
Thank you
Thanks to everyone for actively participating in the your week @ PHD. Donuts to Vishy, Rajinikanth, Barbara for sharing several tips. It has been very exciting and fun to learn new tricks from you. I hope you had as much fun learning.
Tomorrow we will have a open thread for all of you to chip in with more tips.
Also, Let me know if you want the your week to be a regular feature.














23 Responses to “Learn Top 10 Excel Features”
What it looks like if excel without formula?? 🙂
It would be not excel it would just be fancy tables in which you could just use power point. (Chandoo) would Access be an alternative?
Awesome piece of work!!!
Great article.
Chandoo - my biggest interest in the article was the awesome word-graphic at the top - where did you go to get it done into a shape?
@Rich.. thank you. I used http://www.tagxedo.com/ to generate this word cloud. I took all the comments in the original post, pasted them in tagxedo website and set up the shape etc.
Awesome Chandoo.. You need always needs coffee to start up with. BTW , how did u created the Heart Shaped picture filled with High Repetitive text in it .. Please put it on your Next blog ...
Chandoo, good article. I’ve added a link to it from Connexion – our collection of the most useful and interesting spreadsheet-related articles from the web. See http://www.i-nth.com/resources/connexion
Hi,
Just one small question. Where the hell have been I in the past for not discovering this website sooner?
I've lost a job interview recently where even though I had the subject knowledge, I was not upto their mark in Excel.
Thank you for all the free tips, guidance and for creating this forum environment.
[PS: I've just been through the site for the 1st time, and have signed up for the newsletter. You can expect pretty stupid questions from me soon]
Hy Chandoo, you always inspire me with to explore something new in excel. This data structure table is only for excel 2007 or compatible to 2010. I recently installed latest excel version 2013 in my System and experience problems regarding operating according to previous one. I'm waiting your article relates to that excel version.
Thanks
Awesome article Mr. Chandoo and that is a awesome heart shaped pic you created. Great tips as well.
[...] Learn Top 10 Excel Features | Chandoo.org – Learn Microsoft Excel Online. [...]
Chandoo is awesome..
Thanks, i got better, And i always get 90.50 in my grade card but now i get 96.50 i improved because of the tutorials you gave, Thank You Very Much Chandoo Guy.
Hi chandoo, i am intersted in seeing the video or step by step done procedure of analysing the comments and presenting in the data percentage steps. I think this one would be first step in finding out how generally happens data calculation. Thank you.
As well i would like to know how to get that black shape art of your face which i see in chandoo. I am interested in making it for me.
Nice to see the features considered by Excel users to be most useful. It might be a good idea to also analyze StackOverflow Excel questions to see what keywords appear most often.
Here are my top 10 Excel Features (for advanced users):
http://www.analystcave.com/excel-10-top-excel-features/
Thanks a ton for this it totally helped with my homework ????
Very good effort
Thank you for this. Lots of learning in the links you've provided for this septuagenarian.
Pls send me new post
Dude, your humor ? ?
Loved your work.
Hello Sir,
I am Sanjeev Khakre and i from Indore City, India , I am your big follower and i have watch your videos and learnt a lots of excel trick or function and many more . thanks so much for all of your excellent support.
Your excel knowledge is real awesome.
Thanks
Sanjeev
Your work is excellent but pls willing to know more details about the features of microsoft excel
Chandoo Would Access be a better alternative than VB?