What are your best tips/not so known features of excel?
feedback
|
closed as not constructive by Gareth, nhinkle♦ Aug 17 '11 at 6:51
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.
protected by nhinkle♦ Apr 26 '11 at 7:53
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
My best advice for Excel is to know its limitations. Engineer-types love Excel, but it's over-used to be:
If you need any of these things, think before blindly firing up Excel. | |||||||||||||
feedback
|
|
In-cell graphs, using REPT. The simple form (in column C below):
and negative/positive (in columns G and H below):
Use Arial Narrow or similar. Of course negative values are right-justified and red.
| |||||
feedback
|
|
The fill handle:
| ||||
|
feedback
|
|
I really like the Text to Columns feature. | ||||
|
feedback
|
|
The least known and perhaps the most powerful feature of Excel has not even been mentioned yet. The true means of harnessing your inner office guru lies in array formulas (better known as CtrlShiftEnter formulas. Some other great ones are using OFFSET() to create dynamic ranges, or INDIRECT() to create dynamic cell references. Actually if you spend more than an hour a day in Excel then it would behoove you to learn array formulas and everything listed as a lookup/reference function in excels help section. | ||||
|
feedback
|
|
When you're pasting, use the right-click option of Paste Special->Values only so that your formatting doesn't change everytime you cut-and-paste. | |||||||||
feedback
|
|
End, <Arrow Key> moves to the last cell in a block in the given direction. | ||||
|
feedback
|
|
I find VLOOKUP useful for comparing lists or quickly combining different information | ||||
|
feedback
|
|
Beware of "Scroll lock" button. Last time it took me a couple of hours to find out why what excell working the way it was. | ||||
|
feedback
|
|
I have to say the paste special / transpose option. I had a huge Excel file that took me about an hour to write and only when I finished, I thought it would be best to switch it around so that fields are vertical instead of horizontal. There may be a quicker way to do it, but I did a Ctrl+A then open a new worksheet and did It is a brilliant feature! | ||||
|
feedback
|
|
The If Function | ||||
|
feedback
|
|
Hiding columns. May seem like a dumb thing but it means that you can create complex sheets without having to having massive impossible to debug formula. Put your logic and calculations together bit but bit and then hide your working. When you come to debug or change them you'll be glad you did. | ||||
|
feedback
|
|
My favorite is combining the INDIRECT() function with the ADDRESS() function to retrieve data from another worksheet. | ||||
|
feedback
|
|
I was on a Excel project for about 8 months and we had an Excel sheet doing crazy things like acting as a 24-hour Windows service monitoring other Excel sheets and creating reports from them, here's the basic code that does that: http://tanguay.info/web2008/codeExample.php?id=903 and all of my excel tips from that era, there's more to Excel VBA than you think: http://tanguay.info/web2008/searchResults.php?searchText=excel | ||||
|
feedback
|
|
Here is one that is a big time-saver for Excel 2007. If you can open excel relatively quickly, but double clicking on a spreadsheet in the file system introduces an extremely long pause between the time excel opens and the spreadsheet comes up, you can fix it with the following procedure:
On my system, this reduced the time to open a spreadsheet when I double clicked the file from about 45 seconds down to about 4 seconds. | ||||
|
feedback
|
|
I like the Auto Fill feature using the Fill Handle. It even works with names of days or names of months:
| ||||
|
feedback
|
|
Using the 'data' menu to sort your data by a certain column. Just highlight your column or block of data and it get sort happy. | ||||
|
feedback
|
| ||||
|
feedback
|
| ||||
|
feedback
|
|
The easiest and fastest way to sum up list of values:
That's it :) | ||||
|
feedback
|
|
Oh my god. There's a an undocumented DATEDIF function! Can be used to calculate completed years or months between dates. Why did they hide that gem?! | ||||
|
feedback
|
|
Way back in excel 97, they had a flight simulator. I don't think it works anymore. That's the best I've got. | ||||
|
feedback
|
|
When compiling your program inside a .dll, Excel with its VBA makes a nice GUI interface. Much quicker than making a GUI yourself, and works equally well. | ||||
|
feedback
|
|
Hold down Shift and drag around a selected block of cells (point to the edge of the selection). | ||||
|
feedback
|
|
Found a nice use for ARRAYFUNCTION() recently. | ||||
|
feedback
|
|
One more: Goto Special: Use Control-G and then Alt-S to select "Special" items, such as all of the Objects, Visible cells only, Row/Column differences and so on. Really useful and mostly hidden in the UI. | ||||
|
feedback
|
|
Put this formula into an empty header row cell: | ||||
|
feedback
|
| ||||
|
feedback
|

