Supporting Notes 103821
Supporting Notes 103821
*
Microsoft Excel is a spreadsheet program used for organizing, analyzing,
and storing data. It’s widely used for budgeting, tracking, reporting, and
much more.
---
---
➤ *Entering Data*
Just click a cell and type. Press *Enter* or *Tab* to move to another cell.
➤ *Basic Formatting*
- *Bold*: Ctrl + B
- *Italic*: Ctrl + I
- *Underline*: Ctrl + U
- Change font, size, colour, alignment from the *Home tab*.
➤ *Autofill*
Type a value, click the cell’s bottom-right corner, and drag to auto-fill a
series (e.g., numbers or dates).
---
4. *Basic Formulas*
Formulas always start with an *= sign*.
© Mandry_Media
| Formula | Description | Example |
|------------------|------------------------------------|----------------|
| `=A1 + B1` | Adds values in A1 and B1 |5+3 =8 |
| `=A1 - B1` | Subtracts B1 from A1 |5 -3=2 |
| `=A1 * B1` | Multiplies A1 and B1 | 5 * 3 = 15 |
| `=A1 / B1` | Divides A1 by B1 |6/ 3=2 |
| `=SUM(A1:A5)` | Adds all numbers from A1 to A5 | Total sum |
| `=AVERAGE(A1:A5)` | Finds the average | Mean value |
| `=MAX(A1:A5)` | Returns the highest number | |
| `=MIN(A1:A5)` | Returns the lowest number | |
---
5. *Cell Referencing*
- *Relative* (default): `=A1 + B1`
- *Absolute*: Use `` to lock a cell (e.g., `=A1 + B1`)
- *Mixed*: Part locked (e.g., `=A1` or `A$1`)
---
---
7. *Creating Charts*
- Select your data.
- Go to *Insert tab* → Choose a chart (Column, Pie, Line, etc.)
- Customize using *Chart Tools*.
---
© Mandry_Media
8. *Keyboard Shortcuts*
| Shortcut | Action |
|------------------|-----------------------------|
| Ctrl + C | Copy |
| Ctrl + V | Paste |
| Ctrl + Z | Undo |
| Ctrl + S | Save |
| Ctrl + Arrow Key | Jump to edge of data |
| Ctrl + Shift + L | Add/Remove filter |
---
---
*Example:*
© Mandry_Media
| Month | Sales |
|--------|-------|
| Jan | 200 |
| Feb | 300 |
| Mar | 250 |
---
---
3. Click the chart style you want (Excel will insert it automatically).
---
© Mandry_Media
---
| Month | Revenue |
|-------|---------|
| Jan | 500 |
| Feb | 600 |
| Mar | 700 |
2. Select A1:B4
3. Click *Insert* > *Column Chart* > Choose a style
4. Chart appears — now edit the title to "Monthly Revenue"
---
---
© Mandry_Media