Bold, AutoSum and the Date Stamp
About this lesson
Ctrl+B, Ctrl+I and Ctrl+U switch bold, italic and underline. Alt+= writes a SUM over the numbers above the cell. Ctrl+; enters today's date as a fixed value. Ctrl+Enter fills every selected cell with one entry.
- make a selection bold, italic or underlined from the keyboard.
- drop a SUM under a column with Alt+= and stamp today's date with Ctrl+;.
- fill every selected cell with one entry using Ctrl+Enter.
The idea
Three of these you know from every other program. The other three are Excel's own, and they save minutes. Alt+= writes a SUM over the numbers above the selected cell and waits for you to check the range. Ctrl+; stamps today's date as a value that never changes. That is what a log needs, and what TODAY() cannot give. Ctrl+Enter fills every selected cell with the one entry you typed.
The AutoSum mistake is trusting the guess. It stops at the first empty cell above. So a column with a gap gets half a total. Look at the dotted outline before you press Enter.
The mistake to watch for
Typing today's date, or using TODAY where a record was meant. Ctrl and the semicolon stamps the date as a fixed value in one press. That is right for recording when something happened. TODAY is right for a countdown and wrong for a record, because it changes tomorrow. And Alt with equals writes a SUM over the numbers above, with no range to mistype.
Where this comes up again
This lesson needs JavaScript to run. Everything below is the lesson in full, but you cannot type into the grid or be marked.
The heading row needs to stand out.
With A1 to D1 selected, make it bold.
| Row | A | B | C | D | E | F | G |
|---|---|---|---|---|---|---|---|
| 1 | Part | Bin | Stock | Reorder at | |||
| 2 | Hinge | A3 | 140 | 50 | |||
| 3 | Bracket | A4 | 32 | 40 | |||
| 4 | Bolt M6 | B1 | 910 | 300 | |||
| 5 | Washer | B2 | 1200 | 500 | |||
| 6 | Castor | C1 | 18 | 12 | |||
| 7 | |||||||
| 8 |
Every step
-
The heading row needs to stand out. With
A1toD1selected, make it bold. -
A note in
A8should read as a comment rather than data. Make it italic. -
The total row is being underlined by convention. Underline it.
-
C7should hold the total of the stock column. Put aSUMthere in one keystroke, without typing the function. -
Stamp today's date into
E1as a fixed value that will not change tomorrow. -
Every cell in
D2toD6should read 100. Type 100 once and fill the whole selection with it in one keystroke.