Skip to content
Understanding Mail Merge
1/3
Must Doยท3/6 papers ยท 2 years
See 15-day plan

By the end of this lesson, you'll solve:

"Your school needs to send the same letter to 200 parents, each with a different name and address. Type 200 letters? No way!"

What is Mail Merge?

Imagine writing one letter template and automatically filling in each student's name, roll number, and marks. That is mail merge โ€” one document + a list of data = hundreds of personalised letters!

Mail Merge โ€” Click each step๐Ÿ—„Data SourceNames, Addresses1๐Ÿ“„Main DocumentLetter Template2๐Ÿ“ฌMerged OutputPersonalised Letters3Data Source + Template โ†’ Personalised Output

Mail Merge automates sending the same letter to many people with personalised details.

Key Points

  • 1
    Combines a template (main document) with a data source (names, addresses)
  • 2
    Creates personalised copies for each record in the data
  • 3
    Used for: letters, certificates, ID cards, envelopes, labels
  • 4
    Saves hours compared to typing each letter individually

Pro Tip

Think of it like a "fill in the blanks" exercise โ€” the blanks get filled from a spreadsheet!

Listen