
Excel 2007
Microsoft have completely redesigned the look of the software. It has now what's called the Ribbon running right across the top. It's supposed to be more intuitive.

Spreadsheets are displayed in a grid layout. The letters across are the top are Column headings. To highlight an entire Column, click on any of the letters. The image below shows the B Column highlighted:
If you look down the left side of the grid, you'll see numbers, which start at number 1 at the very top and go down to over a million. (The exact number of rows and columns are 1,048,576 rows and 16,384 columns. You've never going to need this many!) You can click a number to highlight an entire Row. If you look at the image below, you'll see that Row 5 has been highlighted.
Spreadsheets are all about individual Cells. A Cell is a letter combined with a number. So if you combine the B column with Row 5, you get Cell B5. Combine Column D with Row 5 and you get Cell D5
Enter Text and Numbers in a Cell
Click inside of cell A1 on your spreadsheet, and do the following:
- Type the word "Numbers" (with no quotation marks)
- Hit the Enter key on your keyboard
- The active cell will move down one, to cell A2
- Type the number 3, and again hit the Enter key on your keyboard
- The active cell will move down one, to cell A3
- Now put the number 6 into cell A3, and the number 9 in cell A4
- After you have typed the number 9, and hit the Enter key, you should see that cell A5 is now the active cell
Edit Text in a Cell
In the image below, you can see what's known as the Formula Bar. The Formula Bar is like a long textbox that you can click inside and start typing.
To edit a Cell in Excel 2007, first click inside the cell you want to edit (A1 for us). Then click inside the formula bar. Notice where your cursor is now:
Formulas and Functions
For these following examples let's consider the following data:
A1 (column A, row1)= 5
A2 (column A, row 2) = 7
A3 (column A, row 3) = 8
B1 (column B, row 1) = 3
B2 (column B, row 2) = 4
B3 (column B, row 3)=6
|
| Operation | Symbol | Constant | Referenced | Answer |
| Multiplication | * | = 5 * 6 | = A1 * B3 | 30 |
| Division | / | = 8 / 4 | = A3 / B2 | 2 |
| Addition | + | = 4 + 7 | = B2 + A2 | 11 |
| Subtraction | - | = 8 - 3 | = A3 - B1 | 5 |
CTRL combination shortcut keys
| Key | Description | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CTRL+PgUp | Switches between worksheet tabs, from left-to-right. | ||||||||||||||||||||||||||
| CTRL+PgDn | Switches between worksheet tabs, from right-to-left. | ||||||||||||||||||||||||||
| CTRL+SHIFT+( | Unhides any hidden rows within the selection. | ||||||||||||||||||||||||||
| CTRL+SHIFT+) | Unhides any hidden columns within the selection. | ||||||||||||||||||||||||||
| CTRL+SHIFT+& | Applies the outline border to the selected cells. | ||||||||||||||||||||||||||
| CTRL+SHIFT_ | Removes the outline border from the selected cells. | ||||||||||||||||||||||||||
| CTRL+SHIFT+~ | Applies the General number format. | ||||||||||||||||||||||||||
| CTRL+SHIFT+$ | Applies the Currency format with two decimal places (negative numbers in parentheses). | ||||||||||||||||||||||||||
| CTRL+SHIFT+% | Applies the Percentage format with no decimal places. | ||||||||||||||||||||||||||
| CTRL+SHIFT+^ | Applies the Exponential number format with two decimal places. | ||||||||||||||||||||||||||
| CTRL+SHIFT+# | Applies the Date format with the day, month, and year. | ||||||||||||||||||||||||||
| CTRL+SHIFT+@ | Applies the Time format with the hour and minute, and AM or PM. | ||||||||||||||||||||||||||
| CTRL+SHIFT+! | Applies the Number format with two decimal places, thousands separator, and minus sign (-) for negative values. | ||||||||||||||||||||||||||
| CTRL+SHIFT+* | Selects the current region around the active cell (the data area enclosed by blank rows and blank columns). In a PivotTable, it selects the entire PivotTable report. | ||||||||||||||||||||||||||
| CTRL+SHIFT+: | Enters the current time. | ||||||||||||||||||||||||||
| CTRL+SHIFT+" | Copies the value from the cell above the active cell into the cell or the Formula Bar. | ||||||||||||||||||||||||||
| CTRL+SHIFT+Plus (+) | Displays the Insert dialog box to insert blank cells. | ||||||||||||||||||||||||||
| CTRL+Minus (-) | Displays the Delete dialog box to delete the selected cells. | ||||||||||||||||||||||||||
| CTRL+; | Enters the current date. | ||||||||||||||||||||||||||
| CTRL+` | Alternates between displaying cell values and displaying formulas in the worksheet. | ||||||||||||||||||||||||||
| CTRL+' | Copies a formula from the cell above the active cell into the cell or the Formula Bar. | ||||||||||||||||||||||||||
| CTRL+1 | Displays the Format Cells dialog box. | ||||||||||||||||||||||||||
| CTRL+2 | Applies or removes bold formatting. | ||||||||||||||||||||||||||
| CTRL+3 | Applies or removes italic formatting. | ||||||||||||||||||||||||||
| CTRL+4 | Applies or removes underlining. | ||||||||||||||||||||||||||
| CTRL+5 | Applies or removes strikethrough. | ||||||||||||||||||||||||||
| CTRL+6 | Alternates between hiding objects, displaying objects, and displaying placeholders for objects. | ||||||||||||||||||||||||||
| CTRL+8 | Displays or hides the outline symbols. | ||||||||||||||||||||||||||
| CTRL+9 | Hides the selected rows. | ||||||||||||||||||||||||||
| CTRL+0 | Hides the selected columns. | ||||||||||||||||||||||||||
| CTRL+A | Selects the entire worksheet. If the worksheet contains data, CTRL+A selects the current region. Pressing CTRL+A a second time selects the current region and its summary rows. Pressing CTRL+A a third time selects the entire worksheet. When the insertion point is to the right of a function name in a formula, displays the Function Arguments dialog box. CTRL+SHIFT+A inserts the argument names and parentheses when the insertion point is to the right of a function name in a formula. | ||||||||||||||||||||||||||
| CTRL+B | Applies or removes bold formatting. | ||||||||||||||||||||||||||
| CTRL+C | Copies the selected cells. CTRL+C followed by another CTRL+C displays the Clipboard. | ||||||||||||||||||||||||||
| CTRL+D | Uses the Fill Down command to copy the contents and format of the topmost cell of a selected range into the cells below. | ||||||||||||||||||||||||||
| CTRL+F | Displays the Find and Replace dialog box, with the Find tab selected. SHIFT+F5 also displays this tab, while SHIFT+F4 repeats the last Find action. CTRL+SHIFT+F opens the Format Cells dialog box with the Font tab selected. | ||||||||||||||||||||||||||
| CTRL+G | Displays the Go To dialog box. F5 also displays this dialog box. | ||||||||||||||||||||||||||
| CTRL+H | Displays the Find and Replace dialog box, with the Replace tab selected. | ||||||||||||||||||||||||||
| CTRL+I | Applies or removes italic formatting. | ||||||||||||||||||||||||||
| CTRL+K | Displays the Insert Hyperlink dialog box for new hyperlinks or the Edit Hyperlink dialog box for selected existing hyperlinks. | ||||||||||||||||||||||||||
| CTRL+N | Creates a new, blank workbook. | ||||||||||||||||||||||||||
| CTRL+O | Displays the Open dialog box to open or find a file. CTRL+SHIFT+O selects all cells that contain comments. | ||||||||||||||||||||||||||
| CTRL+P | Displays the Print dialog box. CTRL+SHIFT+P opens the Format Cells dialog box with the Font tab selected. | ||||||||||||||||||||||||||
| CTRL+R | Uses the Fill Right command to copy the contents and format of the leftmost cell of a selected range into the cells to the right. | ||||||||||||||||||||||||||
| CTRL+S | Saves the active file with its current file name, location, and file format. | ||||||||||||||||||||||||||
| CTRL+T | Displays the Create Table dialog box. | ||||||||||||||||||||||||||
| CTRL+U | Applies or removes underlining. CTRL+SHIFT+U switches between expanding and collapsing of the formula bar. | ||||||||||||||||||||||||||
| CTRL+V | Inserts the contents of the Clipboard at the insertion point and replaces any selection. Available only after you have cut or copied an object, text, or cell contents. CTRL+ALT+V displays the Paste Special dialog box. Available only after you have cut or copied an object, text, or cell contents on a worksheet or in another program. | ||||||||||||||||||||||||||
| CTRL+W | Closes the selected workbook window. | ||||||||||||||||||||||||||
| CTRL+X | Cuts the selected cells. | ||||||||||||||||||||||||||
| CTRL+Y | Repeats the last command or action, if possible. | ||||||||||||||||||||||||||
| CTRL+Z Uses the Undo command to reverse the last command or to delete the last entry that you typed. CTRL+SHIFT+Z uses the Undo or Redo command to reverse or restore the last automatic correction when AutoCorrect Smart Tags are displayed. Function keys
|




No comments:
Post a Comment