With range names you can do big tricks with excel.
I will show you one of these tricks today:
When you define a range name, then excel will propose the absolute cell reference as default.
But you can use a relative or a mixed reference too.
The active cell is the starting point.
You have to create your reference like you would write into that cell.
My trick is:
This range name will refer to the upper cell to the current position.
It can be used like this:
=SUM(B2:Last)
will give you a dynamic range that will grow or shrink when you insert or delete some rows, even if the deleted row is the last row from the range.
This is a perfect solution.
If you insert multiple rows and don’t fill every cell, the normal reference will not upgrade, the relative name will always work.
It can make our work quicker, if we execute most of the tasks from the keyboard, and use the mouse less frequently.
If someone is familiar with a few keyboard shortcuts, he/ she will know the name is not given by chance.
With one of my colleagues we created a reminder note, which contains the Microsoft Excel hotkeys for the moves. You can print it on a normal sheet, and put it next to your monitor, to be in view, so you can learn it easily.
Please click on the link to download it: http://www.access-excel-vba.com/ms_excel_keyboard_shortcuts.pdf
The keystrokes works with OpenOffice Calc too.
Other useful resources:
http://exceltip.com/news/excel-shortcut-heaven.html
http://tricks-4-fun.blogspot.com/2008/09/best-excel-shortcuts.html