Excel Mail Merge to PDF

If you just need to excel mail merge to pdf and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: prepare one header row in Excel, save the workbook, then in Word use Mailings ▸ Select Recipients ▸ Use an Existing List and insert merge fields from that sheet.

Annotated stepsExcel
1

Put one clean header row at the top of the Excel list.

2

Remove blank rows, merged cells and totals from the recipient data.

3

Save the workbook, then open Word and start the mail merge from the Mailings tab.

4

Select the Excel workbook as the recipient list, insert fields, preview results and finish the merge.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Mail merge uses Excel as the recipient database and Word as the document template. Each Excel row becomes one letter, label, envelope or email; each column header becomes a merge field such as FirstName, Company or AmountDue. Clean headers and consistent data types matter because Word reads the first row as field names. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “excel mail merge to pdf”. Start on a copy or a tiny sample, keep the affected cells visible, and compare the result with the tool above before you touch the real workbook. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. The point is a data step that keeps your analysis trustworthy, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

A sheet named Customers has headers FirstName, LastName, Address and Balance. Save and close the workbook, open Word, choose Mailings ▸ Start Mail Merge ▸ Letters, then Select Recipients ▸ Use an Existing List and pick Customers. Insert FirstName and Balance fields; preview shows each row merged into the letter. Mail merge is the practical bridge between spreadsheet lists and personalized documents: invoices, notices, labels, certificates and any message that repeats with row-specific details. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.

In Google Sheets

Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. The short version of “excel mail merge to pdf”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.

Common mistakes

  • Using merged cells or multi-row headers, which Word cannot treat as clean field names.
  • Leaving the workbook unsaved or open in a way that prevents Word from reading the latest data.
  • Formatting ZIP codes or IDs as numbers, which can drop leading zeros during merge.
  • Forgetting to preview several records before printing hundreds of letters or labels.

Frequently asked questions

Can Word mail merge directly from Excel?

Yes. Word reads a worksheet or named range from an Excel workbook as the recipient list.

Why are leading zeros missing?

Excel stored the values as numbers. Store ZIP codes and IDs as text before merging.

Can I filter recipients?

Yes. In Word, use Edit Recipient List to filter and sort the Excel rows before finishing.