Excel's Important Basic Shortcuts
There is no doubt in saying that computers have become a very important part of daily life! If you are frequent computer user then you must know about the keyboard shortcut keys. Excel's shortcuts that can really save you a bunch of time. Shortcut keys help provide an easier and quicker method of navigating and executing commands in computer software. Basically, a computer shortcut is a set of one or more keys that invoke a command in software or an operating system. So, you can increase your productivity by invoking commands with a few keystrokes, otherwise, it will be accessible only through a menu, a mouse, or through any other aspect. You can use these shortcuts to make your work easily. Shortcuts are very useful at the time of generating complex reports in short period of time.
- Ctrl + Shift + $ makes the number format into currency, with commas at the thousands and two decimal places.
- Ctrl + Shift + ! automatically formats them into a number with two decimal places and commas.
- Ctrl + Shift + % makes the format into percent.
- Ctrl + Shift + : (colon) posts the current time into a cell.
- Ctrl + ; (semicolon) posts the current date into a cell.
- =LEFT(B2,12) outputs the 12 leftmost characters from the string in box B2.
- =RIGHT(B2,19) outputs the 19 rightmost characters from the string in box B2.
- =LEN(B2) is really helpful. It spits out the number of characters in B2.
- Ctrl+Up/Down Arrow: Move to the top or bottom cell in the column.
- Ctrl+Left/Right Arrow: Move to the farthest cell left or right in the row.
- Ctrl+Space: Select the entire column.
- Ctrl+Shift+Space: Select the entire worksheet.
- F7: Check spelling.
- Alt+H+B: Add a border.
- Ctrl+Shift+&: Apply outline border.
- Ctrl+Shift+_ (Underline): Remove outline border.
- Ctrl+9: Hide the selected rows.
- Ctrl+0: Hide the selected columns.
Comments
Post a Comment