Excel Practice Test

โ–ถ

Learning how to mail merge labels from Excel is one of the most practical skills you can pick up in Microsoft Office, and it saves hours of manual typing every time you need to print address labels, name tags, file folders, or product stickers. Whether you are mailing 25 holiday cards or 5,000 customer invoices, the mail merge feature pulls names, addresses, and other fields straight from a clean spreadsheet into pre-formatted label templates in Word. The process feels intimidating the first time, but once you understand the four-stage workflow, you will breeze through label printing forever.

The basic idea is simple. You build a structured list in Excel where each row represents one recipient and each column represents one piece of information, such as first name, last name, street, city, state, and ZIP code. Then in Word, you choose a label template that matches the physical sheets you bought, like Avery 5160 or Avery 8160, and you map each Excel column to a placeholder on the label. Word generates a printable document with one address per label, repeating across every sheet you need.

This guide walks you through every step in order, including the small formatting traps that ruin most first attempts. Common issues include leading zeros dropping from ZIP codes, dates appearing as serial numbers, names spilling onto wrong lines, and labels printing offset by half an inch. We will cover each fix with concrete examples, plus screenshots-in-words you can follow along with on Windows, Mac, and Microsoft 365.

Before we dive in, you also need to know your label dimensions. Open the package and look for the Avery product number or the equivalent code from Staples, Online Labels, or another brand. That number tells Word exactly how big each label is, how many fit per sheet, and what margins to use. Without that detail, your text will be cut off or misaligned, no matter how well your Excel file is built.

If you have never built a structured contact list before, take ten minutes to set up your spreadsheet correctly. A clean header row, consistent capitalization, and no merged cells will save you enormous frustration later. We will spend the next section showing the exact spreadsheet layout that mail merge expects, including how to handle apartment numbers, suite designations, country codes for international mail, and optional fields like company names.

By the time you finish this tutorial, you will be able to take any list of contacts and turn it into a printable label sheet in under five minutes. You will also learn how to filter the list so you only print certain recipients, how to skip already-used labels on a partially-printed sheet, and how to save the merge document so you can rerun it next month without rebuilding from scratch. These are the workflows real office assistants and small business owners rely on every week.

One final note before we start: this tutorial assumes you have Microsoft Word and Microsoft Excel installed, either through a Microsoft 365 subscription or a perpetual license like Office 2021 or 2024. The exact button locations have not changed meaningfully since Office 2016, so older versions follow the same flow. If you use Google Sheets or LibreOffice, the principles transfer, but the menu names differ and we note the differences where relevant.

Mail Merge Labels by the Numbers

โฑ๏ธ
5 min
Time to Complete First Merge
๐Ÿ“‹
30
Labels Per Avery 5160 Sheet
๐Ÿ“Š
85%
Of Errors Caused by Excel Formatting
๐Ÿ–จ๏ธ
1,000+
Labels Possible Per Merge
๐Ÿ’ป
200+
Avery Templates Built Into Word
Test Your Excel Skills with Free Mail Merge Practice Questions

How Mail Merge Works Step by Step

๐Ÿ“Š

Create a clean spreadsheet with one header row and one recipient per row. Use separate columns for first name, last name, street, city, state, and ZIP code. Save the file as .xlsx and close it before starting the merge.

๐Ÿ“‹

Launch Word, go to the Mailings tab, click Start Mail Merge, and choose Labels. Pick your Avery product number or define custom dimensions. Word builds a blank label grid sized to match your physical sheet.

๐Ÿ”„

Click Select Recipients, then Use an Existing List, and browse to your Excel file. Pick the correct sheet, confirm the first row contains headers, and Word loads your contacts into memory ready for placeholder insertion.

โœ๏ธ

In the first label cell, click Insert Merge Field and add each column placeholder in the order you want it to appear. Add spaces, line breaks, and commas between fields to format the address properly across multiple lines.

๐Ÿ”

Click Update Labels to propagate the placeholder pattern to every label on the sheet. Then click Preview Results to see real names and addresses populated. Browse through to spot any formatting issues before printing.

๐Ÿ–จ๏ธ

Click Finish and Merge, choose Print Documents, and select All. Load your label sheets into the printer tray, send the job, and watch your labels come out perfectly aligned and ready to peel.

Your Excel source file is the foundation of any successful mail merge, and getting it right takes about ten minutes of upfront work. Open a fresh workbook and dedicate the very first row to column headers. Use short, descriptive names like FirstName, LastName, Company, Street, Apt, City, State, ZIP, and Country. Do not put a title across the top of the sheet, do not add blank rows for spacing, and never merge cells in the data range. Word reads row one as field names and rows two onward as records, so any deviation breaks the connection.

The most common formatting trap is the ZIP code column. Excel treats numbers like 02134 by stripping the leading zero, turning it into 2134 the moment you press Enter. To preserve it, select the entire ZIP column before you type anything, right-click, choose Format Cells, and pick Text. Now every ZIP code stays exactly as you type it, including hyphens for ZIP+4 codes like 02134-1505. This single fix prevents about a third of all merge mistakes among first-time users.

Phone numbers behave the same way. If you store them as 5551234567, Excel may display them as scientific notation or strip parentheses you tried to add. Format the column as Text first, then type whatever style you want, such as (555) 123-4567. Dates have their own quirk: when Word imports an Excel date, it often shows the underlying serial number like 45123 instead of a readable date. If you need dates on labels, store them as text strings like "March 15, 2026" rather than real date values.

Names need consistent capitalization. Mixing JOHN SMITH with john smith and John Smith looks unprofessional on a final printed sheet. Use the PROPER function in a helper column to standardize: type =PROPER(A2) next to your first name column, drag it down, copy the results, and paste them back as values. This is a great moment to also build a quick skills foundation in fundamentals like text functions, which appear frequently on certification exams covered by our Excel functions list.

Address splitting deserves its own paragraph. Keep the street address in one column and apartment or suite numbers in a second column. When the apartment field is blank for some recipients, the merge still works because empty fields simply collapse. If you store the full address as one long string, you cannot rearrange it later when, say, a customer requests an envelope with the suite on line two. Granular columns give you flexibility forever.

Save your workbook as a standard .xlsx file in a stable folder, not on your desktop where it might be moved accidentally. Word stores the path to this file inside the merge document, and if the source moves, the link breaks. A folder like Documents\MailMerge\ContactLists\ works well for ongoing campaigns. Close the workbook completely before you start the merge, because Word cannot open an Excel file that another instance has locked for editing.

Finally, do a sanity check. Press Ctrl+End to jump to the last cell of your data, and confirm there are no stray entries in row 9,876 that you forgot about. Stray data sneaks into merges and produces blank or garbled labels at the end of the run. Highlight the entire range you want included, give it a defined Name through Formulas, Define Name, like AddressList, and reference that name when Word asks which range to use. Named ranges keep merges predictable across thousands of rows.

FREE Excel Basic and Advance Questions and Answers
Sharpen your foundation with mixed-difficulty Excel questions covering data entry, formatting, formulas, and mail merge prep.
FREE Excel Formulas Questions and Answers
Master the formulas that clean and prepare data, including PROPER, TRIM, CONCATENATE, and VLOOKUP for merge-ready lists.

Connecting Word to Your Excel File with VLOOKUP-Style Precision

๐Ÿ“‹ Choose Source File

Open Word and go to the Mailings ribbon, then click Start Mail Merge and choose Labels. After selecting your Avery template, click Select Recipients and choose Use an Existing List. Navigate to your saved .xlsx file and double-click it. A small dialog appears asking which sheet inside the workbook holds your data, since one file can contain multiple tabs.

Pick the correct sheet, usually named Sheet1 unless you renamed it, and make absolutely certain the checkbox labeled First row of data contains column headers is ticked. If you forget this step, Word will treat your header row as the first recipient and print a label that says FirstName LastName Street, which is a classic first-time mistake that ruins a full sheet of labels.

๐Ÿ“‹ Map Fields

Once connected, click Insert Merge Field in the top-left label cell. You will see every column from your Excel file listed as available fields. Click FirstName, type a space, click LastName, press Enter to go to the next line, click Street, press Enter again, then add City, comma, space, State, space, and ZIP. The pattern you build in label one becomes the template for every label on the sheet.

If your column names contain spaces or special characters, Word may have renamed them with underscores. This is normal. You can also use the Match Fields button to tell Word which of your columns corresponds to the standard Address Block components, which becomes useful when you want to use the convenient Address Block placeholder instead of inserting individual fields one at a time.

๐Ÿ“‹ Filter Recipients

Often you do not want to merge every single row. Click Edit Recipient List on the Mailings tab to see your data in a table view. Uncheck individual rows you want to skip, sort by any column to group recipients by state or ZIP for bulk-mail discounts, or apply filters to print only customers in a specific city or with a specific tag in another column.

For larger lists, click the Filter link inside Edit Recipient List and build multi-condition rules like State equals California AND Status equals Active. These filters persist with the merge document, so when you reopen it next month with updated data, the same selection logic applies automatically to the new rows. This is a huge time-saver for monthly newsletter labels.

Mail Merge vs Manually Typing Labels: Which Approach Wins?

Pros

  • Print 500 labels in the same time it takes to manually type 5
  • Reuse the same Excel list for envelopes, letters, and email campaigns
  • Fix one typo in Excel and all future labels update automatically
  • Filter recipients to print only specific states, cities, or customer tags
  • Skip already-used labels on a partial sheet to avoid wasting paper
  • Apply consistent formatting across thousands of records instantly

Cons

  • Initial setup takes 15-20 minutes for first-time users
  • Excel formatting traps like dropped leading zeros require attention
  • Label templates must match your physical sheets exactly or alignment fails
  • Word and Excel must be installed, which excludes free Google-only users
  • Updating the data source path after moving files can break merges
  • Conditional formatting and complex layouts have a learning curve
FREE Excel Functions Questions and Answers
Practice text, lookup, and logical functions essential for building merge-ready contact lists in Excel.
FREE Excel MCQ Questions and Answers
Quick multiple-choice review of Excel concepts including data formatting, ranges, and mail merge basics.

Pre-Merge Label Setup Checklist

Confirm the Avery product number printed on your label package matches a Word template
Format ZIP code, phone, and any leading-zero column as Text in Excel
Remove all merged cells, blank rows, and stray data from the spreadsheet
Verify the first row contains clear, single-word column headers
Save the Excel file as .xlsx in a permanent folder location
Close the Excel file completely before opening the Word merge
Run PROPER or UPPER to standardize capitalization across name fields
Test print one sheet on plain paper to confirm alignment before using real labels
Set printer tray to manual feed if your label stock is thicker than standard paper
Save the merge document with a clear name like Holiday-Cards-2026-Labels.docx
Always do a plain-paper alignment test before loading expensive label sheets

Print your first sheet on regular printer paper, then hold it up against a blank label sheet to a window. The text blocks should fall perfectly inside each label outline. If they drift even one millimeter, adjust the Avery template or printer scaling before you waste a $25 box of labels.

Printing labels feels like the easy final step, but more first-time merges fail at the printer than at any other stage. The number-one cause is paper scaling. Modern printer drivers default to Fit to Page or Shrink Oversized Pages, both of which silently resize your perfectly-built label sheet by two or three percent. The result is text that drifts left and down as you move across each row, ending with the bottom-right labels completely off-target. Before you print, open the print dialog and confirm Actual Size or 100% scaling is selected.

The second most common printer issue is tray selection. Label sheets are heavier and thicker than copy paper, so they jam easily when fed through the standard auto-feed tray. Most printers have a manual feed slot or a bypass tray that handles thick stock more reliably. Check your printer manual for the recommended path for label media, and feed sheets one at a time if your printer is older. A jam in the middle of a label sheet often pulls the adhesive off and damages the printer drum, which is an expensive repair.

Test alignment with a plain paper print first. Send the entire merge to plain copy paper, then overlay it on a blank label sheet by holding both up to a bright window. The text blocks should fall cleanly inside each label outline with even margins on all four sides. If text drifts diagonally, your scaling is wrong. If it drifts straight in one direction, your label template choice is wrong and you need to pick a different Avery number that matches your actual sheets.

Partial sheets are common when you reuse a label pack. Suppose the first eight labels were already peeled off from a previous job. Word handles this through the Print Document dialog by letting you specify which label position to start from. Some Avery templates expose a Customize Label dialog where you can mark already-used positions and Word automatically skips them. This single feature saves a fortune in label waste for offices that print weekly mailings.

Once your first batch prints successfully, save the merge document. Word stores both the connection to your Excel file and the field placement layout, so next month you can open the same .docx, refresh from the updated spreadsheet, and reprint without rebuilding anything. Name the file descriptively like Customers-Labels-Avery5160.docx so future-you can find it quickly. Keep the Excel source in the same folder to make backups and migrations easier.

Troubleshooting blank or garbled labels usually comes back to the Excel file. If half your labels print correctly and the rest show blank addresses, your data has empty rows in the middle of the range. Open Excel, press Ctrl+End to find the last cell, and delete any phantom rows. If text wraps awkwardly, increase the font size of the label cell or shrink the font in the merge template. The Mailings ribbon lets you adjust font, spacing, and alignment globally and propagate the change to every label with one click.

For very large jobs over 500 labels, consider splitting the merge into smaller batches. Print 100 at a time, check each batch, and then print the next. This protects you from discovering a typo only after 1,000 labels are already out of the printer. It also gives your printer time to cool down between runs, which extends the life of cheap inkjets that overheat on heavy adhesive stock.

Beyond the basics, mail merge labels have a deep set of advanced tricks that separate casual users from office power users. The first is conditional content. Word lets you insert rules like "If Country equals USA, show ZIP; otherwise show Postal Code" using the Rules dropdown on the Mailings tab. This is essential for international mailings where formatting conventions vary by country. You can also use rules to hide blank lines, so a missing apartment number does not leave an awkward gap in the middle of an address.

Barcode labels are another power-user trick. If you mail enough volume to qualify for USPS bulk discounts, you can include Intelligent Mail Barcodes directly on your labels using a barcode font installed in Windows. Add a column to your Excel file with the barcode string, then in the label template, set the merge field to use that barcode font. The post office machine reads the barcode and your mail moves through the system faster and cheaper.

Shipping labels with custom dimensions go beyond the standard Avery library. If you buy generic label sheets from Amazon or Online Labels, you can define your own template in Word through the Labels dialog by clicking New Label. Enter the precise width, height, margins, and pitch from the package specifications, save the custom template with a memorable name, and reuse it for every future merge. Custom labels also help with industrial applications like file folders, name badges, and product stickers.

Photo and logo inclusion makes labels look professional. You cannot insert images directly through a merge field, but you can put a static logo in the top-left label cell before clicking Update Labels. Word then copies the logo to every label automatically. Combined with merged text fields, this produces branded address labels that look like they came from a professional print shop, perfect for small business shipping and event invitations.

For repeat campaigns, combine mail merge with Excel filters and named ranges to build a self-updating system. Maintain one master contact spreadsheet and use a second sheet with a formula-driven extract that pulls only active customers or recipients matching specific criteria. Connect your Word merge to the extract sheet, and every time you refresh the master list, the labels regenerate from the freshest data. This builds nicely on the broader skills covered in our Excel functions list resource.

Email merge is the natural companion to label merge and uses the same Excel source. From the Mailings tab, choose Finish and Merge, then E-Mail Messages instead of Print Documents. Word sends one personalized email per row using Outlook as the mail engine. The same address list that prints labels for paper recipients can deliver matching digital messages to email-only recipients, doubling the value of your contact list maintenance.

Finally, for offices running monthly or weekly mailings, document your merge process so anyone can run it. Create a short README inside the same folder describing the Excel file structure, the Word document name, and any filters or rules applied. When the assistant doing the mailing changes jobs, this single page of documentation prevents your campaign from grinding to a halt. Good documentation is the difference between a fragile workflow and a sustainable one.

Practice Excel Formulas Used in Mail Merge Data Prep

Putting all of these pieces together into a single, repeatable workflow is what turns mail merge from a stressful chore into a five-minute task you barely think about. Start every project by opening Excel, not Word. Build or update your contact list first, run your formatting checks, save the file, and close it. Only then do you launch Word and begin the merge. This Excel-first habit prevents the most common mistake of all, which is having an open and locked spreadsheet that Word cannot read.

Keep a permanent folder structure dedicated to merges. A simple layout like Documents\MailMerge\ with subfolders for each campaign type works beautifully. Inside each subfolder, store the master Excel file, the Word merge document, a sample printed sheet for reference, and a README explaining anything unusual about that campaign. When future you returns six months later to run the same merge again, this folder is your time machine, taking you back to a setup that already worked perfectly.

Build a personal cheat sheet of your most-used Avery numbers and their dimensions. The most common are 5160 for standard 1 by 2-5/8 inch address labels, 5163 for 2 by 4 inch shipping labels, 5167 for tiny return-address labels, and 8160 for the inkjet version of 5160. Knowing these by heart means you do not have to hunt through Word's template list every time. Tape a small reference card to the inside of your label drawer for quick lookup.

Practice the merge process on a tiny throwaway list before tackling a big campaign. Five fake recipients in a test spreadsheet let you build muscle memory for every step, from opening Mailings to printing the final sheet. After two or three test runs, the keyboard shortcuts and button locations become automatic. This investment pays off the first time you have to print 2,000 labels under a tight deadline with everyone watching.

Back up your Excel contact list regularly. Cloud storage like OneDrive, Google Drive, or Dropbox automatically versions your files, so if you accidentally delete the address column, you can roll back to yesterday's version. Local-only files have no such safety net, and contact lists represent significant invested time. A 30-second backup setting saves hours of recovery work after the inevitable accidental Save.

Pay attention to data hygiene over the long term. Every six months, sort your contact list by ZIP code or city and look for outliers, run a duplicate check to remove twins, and use Excel's data validation features to catch typos at entry time. A clean list is a productive list, and feeding clean data into a mail merge produces clean output every single time. The few minutes you spend on hygiene save hours of label troubleshooting later.

Finally, do not be afraid to ask for help inside Word. The Mail Merge Wizard, accessed through Mailings, Start Mail Merge, Step-by-Step Mail Merge Wizard, walks beginners through the entire process with friendly prompts. It is slower than the manual ribbon approach but teaches you each concept along the way. After two or three guided runs, you will graduate naturally to the faster ribbon workflow, with deeper understanding of why each step matters and what each button actually does behind the scenes.

FREE Excel Questions and Answers
Comprehensive Excel certification practice covering all skills needed for professional spreadsheet work and mail merge prep.
FREE Excel Trivia Questions and Answers
Fun trivia-style Excel questions to test breadth of knowledge across formulas, formatting, and data tools.

Excel Questions and Answers

Why do my ZIP codes lose their leading zeros during mail merge?

Excel treats ZIP codes as numbers by default and strips leading zeros, turning 02134 into 2134. To fix this, select the ZIP column before typing any data, right-click, choose Format Cells, and select Text. If your data already lost the zeros, you can use a formula like =TEXT(A2,"00000") in a helper column to pad them back to five digits, then copy and paste as values.

Can I do a mail merge from Excel without Microsoft Word?

Not directly through Microsoft Office, but alternatives exist. Google Docs has a similar Mail Merge feature using add-ons that connect to Google Sheets. LibreOffice Writer includes a free mail merge wizard that connects to .xlsx files. For label printing specifically, services like Avery Design and Print Online let you upload an Excel file directly through a browser without any desktop software installed.

How do I print labels starting from a specific position on a partial sheet?

After completing your merge, click Finish and Merge, then Print Documents. In the print dialog, look for the option labeled Single Label or specify which row and column to start from. Some Avery templates expose a Customize dialog where you can mark used positions. Alternatively, set the first few merge records to blank rows to skip the used labels at the top of your partial sheet.

What Avery template should I use for standard address labels?

The most common standard address label is Avery 5160 for laser printers or Avery 8160 for inkjet printers. Both measure 1 inch by 2-5/8 inches and fit 30 labels per sheet in three columns of ten rows. Check your label package for the exact product number, then search that number directly in Word's label template list to load the correct dimensions automatically.

Can I include images or logos on my mail merge labels?

Yes, but with a workaround. You cannot insert an image through a merge field, but you can place a static logo in the top-left label cell before clicking Update Labels. Word then copies the logo to every label automatically. For unique images per recipient, you need a more advanced solution like a third-party add-in such as MAPILab Mail Merge Toolkit or a custom VBA script.

Why does my mail merge show #### or numbers instead of dates?

Word imports Excel dates as their underlying serial numbers, like 45123 for March 15, 2026. To fix this, either format the date column as Text in Excel before typing the dates, or use a formula like =TEXT(A2,"mmmm d, yyyy") in a helper column. Then point your merge field at the text version of the date instead of the original numeric cell.

How many labels can I merge in a single Word document?

Word can handle thousands of labels in one merge, but performance slows above about 5,000 records. For very large mailings, split the merge into batches of 1,000 to 2,000 by filtering your Excel data in Edit Recipient List. This also makes proofreading easier and limits the damage if a typo slips through. Save each batch as a separate Word file for archival purposes.

Can I save the mail merge to reuse next month?

Yes. Save your Word document after building the merge, and Word stores both the label layout and the connection to your Excel source file. Next month, open the same .docx, update your Excel contact list, click Yes when Word asks to refresh the data, and reprint. The merge document is reusable indefinitely as long as the Excel file stays in the same folder location.

Why do my labels print misaligned even though Word looks correct?

The most common cause is printer scaling. Modern printer drivers default to Fit to Page or Shrink Oversized Pages, which silently resizes the label sheet by two or three percent. In the print dialog, select Actual Size or 100 percent scaling. Also verify you chose the correct Avery product number; even small dimensional differences between brands cause cumulative drift across the sheet.

Do I need to close Excel before running the mail merge?

Yes, this is one of the most overlooked tips. Word cannot read an Excel file that is open and locked by another instance of Excel. Close the workbook completely, not just the window, before starting the merge in Word. If you get an error message saying the data source could not be opened, check Task Manager for hidden Excel processes and end them before retrying the merge.
โ–ถ Start Quiz