Microsoft Office
Learn Word, PowerPoint, and more to produce professional documents and presentations.
Prerequisites
No prior experience required β open to beginners.
Certificate
Awarded by Rescue Academy on successful completion of the program's assessments and final project.
Learn Online β Live Classes
Register, receive your schedule, and join live instructor-led Microsoft Office classes on Zoom. Assignments, instructor feedback, and a certificate on completion.
Learn In Person
Attend Microsoft Office classes in person in Juba with hands-on labs, instructor mentorship, and a certificate on completion.
What You'll Learn
- Word: formatting, styles, tables, and reports
- PowerPoint: clear slides and effective presentations
- Excel basics: sheets, formulas, charts (foundation)
- File management and professional document habits
- Templates for CVs, proposals, and meeting notes
Curriculum
Beginner
Full lessons available belowModule 1: Introduction to Microsoft Word
Learning objectives
- Create, save, and export documents safely
Lessons
- Word Basics & File Safety
- Save vs Save As & PDF Export
Module 2: Formatting Professional Documents
Learning objectives
- Use styles, headers/footers, and tables
Lessons
- Styles & Table of Contents
- Headers, Footers & Tables
Module 3: Microsoft Excel Basics
Learning objectives
- Build a simple spreadsheet with formulas
Lessons
- Cells & Basic Formulas
- SUM, AVERAGE & Formatting
Module 4: Microsoft PowerPoint
Learning objectives
- Build a clear, consistent slide deck
Lessons
- Slide Design Basics
- Presenter View & Delivery
Module 5: File Management, Printing & Cloud Basics
Learning objectives
- Organize files and use cloud backup
Lessons
- Folder Structure & Backups
- Printing & Sharing Safely
Intermediate
Outline β full lessons coming soonModule 1: Advanced Word Documents
Learning objectives
- Use mail merge and manage document revisions
Lessons
- Mail Merge in Practice
- Templates & Track Changes
Module 2: Intermediate Excel
Learning objectives
- Build tables, charts, and conditional formatting
Lessons
- Tables & Basic Charts
- Conditional Formatting
Module 3: Advanced PowerPoint
Learning objectives
- Design polished, animated presentations
Lessons
- Animations & Transitions
- Designing for Presentations
Module 4: Outlook & Email Basics
Learning objectives
- Manage professional email and calendars
Lessons
- Managing Email Professionally
- Calendar & Meeting Basics
Module 5: Combining Office Apps
Learning objectives
- Combine Word, Excel, and PowerPoint into one deliverable
Lessons
- Embedding Excel Charts in Word/PowerPoint
- Building a Combined Report Package
Advanced
Outline β full lessons coming soonModule 1: Advanced Reports & Proposals
Learning objectives
- Format long documents and structure proposals
Lessons
- Long Document Formatting
- Proposal Writing Structure
Module 2: Advanced Spreadsheets
Learning objectives
- Use PivotTables and data validation forms
Lessons
- Intro to PivotTables
- Data Validation & Forms
Module 3: Donor & Professional Presentations
Learning objectives
- Design and deliver donor-ready presentations
Lessons
- Designing Donor-Ready Slide Decks
- Presenting with Confidence
Module 4: Office Workflow for Organizations
Learning objectives
- Standardize templates and mass communication
Lessons
- Mass Communication with Mail Merge
- Standardizing Templates for a Team
Module 5: Capstone Project
Learning objectives
- Deliver a complete office project package
Lessons
- Complete Office Project Package for an Organization
- Final Presentation
Full Lessons β Beginner Level
1. Introduction to Microsoft Word
Microsoft Word is the world's most widely used word processor — used for letters, reports, CVs, meeting minutes, and official documents across NGOs, government offices, and businesses in South Sudan. Before formatting anything, get comfortable with the basics: creating, saving, and organizing your files so you never lose work.
- Ribbon & Tabs: The toolbar at the top (Home, Insert, Layout, References) groups related tools together. The Home tab has everything you need for basic formatting.
- Save vs Save As: Use Ctrl+S often to save your progress. Use Save As to create a new copy with a different name or location — useful before making big changes.
- File formats: Save working documents as .docx. Export a final version as PDF (File → Export) so it cannot be accidentally edited and opens the same on any device.
- AutoRecover: Word automatically saves a backup copy every few minutes — helpful if your computer loses power unexpectedly, which is common with unreliable electricity.
Practical Skill: Create a new document, type a simple one-page notice (e.g. a
community meeting announcement), save it as Meeting_Notice_2026.docx, then export a
second copy as PDF. Practice reopening both files to confirm they saved correctly.
Try it Yourself — File Naming & Save Checklist
=== SAFE FILE-SAVING CHECKLIST ===
[ ] Save your file within the first 2 minutes of starting work
[ ] Use Ctrl+S every 5-10 minutes while working
[ ] Use a clear file name: Topic_Date.docx
Good: Community_Meeting_Notice_2026-03-10.docx
Bad: Document1.docx
[ ] Keep a backup copy on a USB drive or cloud storage
(OneDrive, Google Drive) in case your computer is lost,
stolen, or damaged
[ ] Before printing or sending, export a PDF copy:
File -> Export -> Create PDF/XPS Document
[ ] Check the PDF opens correctly on a phone before sending
it over WhatsApp or email
=== KEYBOARD SHORTCUTS WORTH MEMORIZING ===
Ctrl + S Save
Ctrl + Z Undo
Ctrl + C / Ctrl + V Copy / Paste
Ctrl + B / Ctrl + I / Ctrl + U Bold / Italic / Underline
Ctrl + P Print
2. Formatting Professional Documents
A well-formatted document looks credible and is easier to read. Professional formatting uses Styles instead of manually changing font size and color on every line — this keeps documents consistent and lets you generate a table of contents automatically.
- Styles: Use Heading 1 for section titles and Heading 2 for sub-sections instead of just making text bold and bigger. This lets Word build a Table of Contents for you (References → Table of Contents).
- Headers & Footers: Add your organization's name, page numbers, and the date to every page automatically (Insert → Header/Footer).
- Tables: Use tables (Insert → Table) for structured information like attendance lists, budgets, or schedules — never use spaces or tabs to fake a table.
- Mail Merge (intro): To send the same letter to many people with their individual names, Word can merge a document with a list from Excel (Mailings → Start Mail Merge). Very useful for certificates or invitation letters.
Practical Skill: Format a two-page project report using Heading 1/Heading 2 styles, add a header with your organization's name and a page-number footer, and insert one table summarizing a budget or schedule.
Try it Yourself — Report Structure Blueprint
=== PROFESSIONAL REPORT STRUCTURE ===
Page 1
[Header: Organization Name β Report Title]
Heading 1: Report Title (24pt, Bold)
Heading 2: 1. Background (14pt, Bold)
Body paragraph (11-12pt, 1.15 line spacing)
Heading 2: 2. Activities Completed
Body paragraph
Table: | Activity | Date | Status |
Page 2
Heading 2: 3. Budget Summary
Table: | Item | Planned (SSP) | Actual (SSP) |
Heading 2: 4. Next Steps
Bulleted list
[Footer: Page 1 of 2 β Date]
=== TABLE OF CONTENTS SETUP ===
1. Apply Heading 1 / Heading 2 styles throughout
2. Place cursor at top of document
3. References tab -> Table of Contents -> Automatic Table
4. Right-click the table -> Update Field whenever you add
a new section
3. Microsoft Excel Basics
Excel organizes numbers and text into a grid of cells, and can calculate totals, averages, and more automatically. It is used for budgets, attendance records, inventory, and simple data tracking in almost every office.
- Cell references: Every cell has an address like
B3(column B, row 3). Formulas always start with=, e.g.=B2+B3. - Basic functions:
=SUM(B2:B10)adds a range of cells.=AVERAGE(B2:B10)finds the average.=COUNT(B2:B10)counts how many cells contain numbers. - Formatting: Use Number Format to show currency (SSP), percentages, or dates correctly — never type currency symbols directly into a number cell.
- Freeze Panes: Freeze the header row (View → Freeze Panes) so column titles stay visible while scrolling through a long list.
Practical Skill: Build a simple household or small-project budget: list items in
column A, planned cost in column B, actual cost in column C, and use =SUM() to total
each column at the bottom.
Try it Yourself — Simple Budget Spreadsheet
=== BASIC BUDGET LAYOUT ===
A B C
1 Item Planned (SSP) Actual (SSP)
2 Transport 5,000 5,500
3 Food & Supplies 12,000 11,200
4 Printing 2,000 2,000
5 Airtime/Data 3,000 3,400
6 ----------------------------------------------
7 TOTAL =SUM(B2:B5) =SUM(C2:C5)
=== FORMULAS TO TRY ===
=SUM(B2:B5) Adds planned costs
=SUM(C2:C5) Adds actual costs
=C7-B7 Shows over/under budget
=AVERAGE(B2:B5) Average planned cost per item
4. Building Presentations in PowerPoint
PowerPoint turns your ideas into a slide deck for training sessions, project proposals, or donor reports. The most common mistake is cramming too much text onto one slide — good slides support what you say, they don't replace it.
- One idea per slide: Keep text short — a few bullet points, not full paragraphs. Say the details out loud; let the slide show the headline.
- Consistent design: Use a single Theme (Design tab) and Slide Master (View → Slide Master) so every slide shares the same fonts, colors, and logo placement.
- Images over walls of text: A relevant photo or simple chart communicates faster than a paragraph, especially for audiences with mixed literacy levels.
- Presenter view: Use Slide Show → Presenter View to see your notes on your laptop while the audience only sees the slide — useful when connected to a projector.
Practical Skill: Build a 6-slide presentation for a training session: Title slide, Objectives, 3 content slides (one idea each), and a Summary/Questions slide. Apply one Theme consistently across all slides.
Try it Yourself — 6-Slide Training Deck Outline
=== TRAINING PRESENTATION OUTLINE ===
Slide 1 β Title
Program/Training name, your name, date, organization logo
Slide 2 β Objectives
"By the end of this session, you will be able to..."
3 bullet points maximum
Slide 3 β Content Point 1
One headline + supporting image or short bullet list
Slide 4 β Content Point 2
One headline + supporting image or short bullet list
Slide 5 β Content Point 3
One headline + supporting image or short bullet list
Slide 6 β Summary & Questions
3 key takeaways + "Questions?" + your contact info
=== DESIGN RULE OF THUMB ===
Max 6 bullet points per slide, max 6 words per bullet
Font size: never below 24pt for body text
One consistent color for headings across all slides
5. File Management, Printing & Cloud Basics
Knowing how to organize, share, and print your files professionally is just as important as creating them. Good file habits prevent lost work and make it easy for colleagues to find what they need.
- Folder structure: Create clear folders by project or year, e.g.
Reports/2026/, instead of saving everything to the Desktop. - Cloud storage: Services like OneDrive or Google Drive back up your files automatically and let you access them from a phone if your computer is unavailable — useful given unreliable local storage and power.
- Sharing safely: When sending a document you don't want edited, export it as PDF first. When sharing a document others need to edit together, use a cloud link instead of emailing multiple versions back and forth.
- Printing: Use Print Preview (Ctrl+P) to check margins and page count before printing — printing is often paid-per-page at local shops, so avoid wasting pages on formatting mistakes.
Practical Skill: Organize a set of practice files into a folder structure by project and year, upload one folder to a free cloud storage account, and confirm you can open a file from your phone.
Try it Yourself — Folder Structure Template
=== RECOMMENDED FOLDER STRUCTURE ===
MyWork/
Reports/
2026/
Report_January.docx
Report_February.docx
Budgets/
2026/
Budget_Q1.xlsx
Presentations/
Training_Deck_2026.pptx
Certificates/
(scanned/exported PDFs)
=== BEFORE YOU PRINT ===
[ ] Ctrl+P to open Print Preview
[ ] Check page count matches what you expect
[ ] Check margins aren't cutting off text or tables
[ ] Print a single test page first for multi-page documents
Quick Quiz — Microsoft Office Basics
Tools & Technologies
Tool list coming soon.
Career Opportunities
- Office/business analyst role
- Administrative or reporting role in an NGO or company
- Freelance Excel/data support services
Practical Projects
- Create a professional business document, presentation, and spreadsheet package for a real or fictional organization
- Design and deliver a 6-slide training presentation on a topic of your choice