Computer ยท Chapter 04

๐Ÿ“„ MS Office

Word, Excel, PowerPoint features and shortcuts.

๐Ÿ“„ The Office Suite

MS Office is Microsoft's productivity suite. Most used: Word (documents), Excel (spreadsheets), PowerPoint (presentations), Access (database), Outlook (email).

MS Word key features: Word processing โ€” typing, formatting, spell check, mail merge, track changes, templates. File format: .docx (default), .doc (old), .pdf (export).

MS Excel key features: Spreadsheet โ€” cells in rows/columns. Formulas start with =. Functions: SUM, AVERAGE, COUNT, MAX, MIN, IF, VLOOKUP, HLOOKUP. Charts/graphs. Pivot tables. File: .xlsx.

MS PowerPoint: Presentations with slides. Animations, transitions, speaker notes. File: .pptx. Views: Normal, Slide Sorter, Reading, Slide Show.

๐Ÿ“Š Excel formulas โ€” SSC/CCC exam critical

=SUM(A1:A10) โ€” adds A1 to A10
=AVERAGE(B1:B5) โ€” average of range
=COUNT(C1:C10) โ€” counts numeric cells
=COUNTA(C1:C10) โ€” counts non-empty cells
=MAX(D1:D20) / =MIN(D1:D20) โ€” highest/lowest
=IF(A1>50,"Pass","Fail") โ€” conditional
=VLOOKUP(lookup_value, table_array, col_index, 0) โ€” vertical lookup
Cell reference: A1 (relative), $A$1 (absolute), $A1 or A$1 (mixed)

โŒจ๏ธ MS Office shortcuts โ€” exam favorites

Word: Ctrl+B (Bold), Ctrl+I (Italic), Ctrl+U (Underline), Ctrl+S (Save), Ctrl+P (Print), Ctrl+F (Find), Ctrl+H (Replace), F7 (Spell Check), Ctrl+Enter (Page Break)
Excel: Ctrl+; (Today date), Alt+Enter (new line in cell), F2 (edit cell), Ctrl+Shift+$ (currency format), Ctrl+1 (format cells), F11 (create chart)
PowerPoint: F5 (start slideshow), Shift+F5 (from current slide), B (black screen during show), Ctrl+M (new slide), Ctrl+D (duplicate slide)

๐ŸŽฌ

MS Office Apps Overview

Animation
MS OFFICE APPS โ€” CLICK EACH APP ๐Ÿ“ MS WORD Word Processing โ€ข Documents, letters, reports โ€ข Mail Merge โ€ข File: .docx / .doc ๐Ÿ“Š MS EXCEL Spreadsheets โ€ข Formulas and functions โ€ข Charts, Pivot Tables โ€ข File: .xlsx / .xls ๐Ÿ“ฝ๏ธ MS POWERPOINT Presentations โ€ข Slides, animations, transitions โ€ข Speaker notes, slide master โ€ข File: .pptx / .ppt ๐Ÿ—„๏ธ MS ACCESS Desktop database โ€” tables, queries Forms and reports โ€” File: .accdb ๐Ÿ“ง MS OUTLOOK Email, calendar, contacts, tasks Works with Exchange Server ๐Ÿ““ MS ONENOTE Digital notebook โ€” notes, drawings Syncs across devices via OneDrive CLICK AN APP MS Office is the world most-used productivity suite. Over 1 billion people use it daily.

Microsoft 365 (cloud version) syncs all your documents across devices automatically.

๐Ÿ’ป

Excel Functions Practice

Interactive
=SUM(A1:A10)Add all values A1 to A10
=AVERAGE(B1:B5)Average of range
=IF(A1>50,"Pass","Fail")Conditional result
=VLOOKUP(X,A:B,2,0)Find X in col A, return col B value
=COUNT vs =COUNTANumbers only vs all non-empty cells
Practice (CCC/O-Level): What is Mail Merge in MS Word? What are the steps?
Mail Merge โ€” a feature that creates personalized letters, emails, or labels by combining a template document with a data source.

Use case: Sending 500 personalized invitation letters โ€” each with different name and address โ€” without typing each one individually.

Steps for Mail Merge:
1. Create main document โ€” the template letter with placeholders like <<Name>>, <<Address>>
2. Connect data source โ€” Excel sheet or Access table with names and addresses
3. Insert merge fields โ€” place <<Name>>, <<City>> in the right positions in the letter
4. Preview results โ€” check how merged letters look
5. Complete merge โ€” print all letters or save as separate documents

In Word: Mailings tab โ†’ Start Mail Merge โ†’ Select Document Type โ†’ Select Recipients โ†’ Insert Merge Field โ†’ Finish and Merge

Mail Merge is used for: Form letters, address labels, envelopes, email campaigns, certificates.
Practice (SSC): What is the difference between relative and absolute cell reference in Excel?
Relative Cell Reference (e.g., A1):
โ€ข Changes when you copy the formula to another cell
โ€ข If =A1+B1 is in C1, copying to C2 becomes =A2+B2 (row adjusts)
โ€ข Most common type โ€” used in most formulas

Absolute Cell Reference (e.g., $A$1):
โ€ข Does NOT change when copied โ€” always refers to same cell
โ€ข The $ sign locks the row, column, or both
โ€ข Used when a formula needs to always refer to a fixed cell (like a tax rate, or a constant)
โ€ข Example: =A1*$B$1 โ€” A1 changes row-by-row, but $B$1 always stays as B1

Mixed Reference:
โ€ข $A1 โ€” column A is fixed, row can change
โ€ข A$1 โ€” row 1 is fixed, column can change

Shortcut: Press F4 while editing a cell reference to cycle through: A1 โ†’ $A$1 โ†’ A$1 โ†’ $A1 โ†’ A1

Real example: Sales tax calculation โ€” =C2*$D$1 where D1 has the tax rate. Copy this formula down โ€” C2, C3, C4 all change, but D1 (tax rate) always stays fixed.
โ†
Previous
Operating System