Excel data list to Word mail merge?

mcardman

New Member
Joined
Jan 31, 2014
Messages
12
I have an excel list of names, dates, and amounts owed that grows each day. I want to generate a report (using parameters) that allows me to print out summaries for each name (theoretically using mail merge?). The data looks something like this:

NameDate DueAmount owed
Mr. Smith6/01/2014$100.00
Ms. Dell6/16/2014$55.00
Mr. Smith7/11/2014$100.00
Mr. Green7/17/2014$75.00
Ms. Apple6/01/2014$200.00
Mr. Smith 7/23/2014$100.00

<tbody>
</tbody>

I would like to create individual report for each Name that shows how much they are owed in the next [variable] months/weeks/days. I understand this can easily be accomplished via a pivot table, however, I need the information to come out on letterhead with other text about when the payments. From what I gather, you cannot go from a pivot table to mail merge.

The report would be something like:
Dear Mr. Smith,

According to our records, you are due to receive a total of $300.00 paid to you on:
6/01/2014 $100.00
7/11/2014 $100.00
7/23/2014 $100.00

thank you,
xxx

Thank you for your help/solutions!
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Just a recommendation to add to the mix here...to simplify it, sort the data first on the field that you want to compile (name, in this case).
 
Upvote 0
Thanks for the direction. I've read through the MSKB article and attempted to follow along. I was unable to replicate the results shown on the MSKB--I guess I am mistyping some of the Word coding? I do not know how to generate the "IF" statements (etc.). I read through the "Microsoft Word Catalogue/Directory Mailmerge Tutorial | Windows Secrets Lounge" as well but again have the same issue of writing the code within the word document. I apparently am missing how to set up the code around the data field. Do either of you have a working word document that could be shared?
 
Upvote 0

Forum statistics

Threads
1,215,065
Messages
6,122,945
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top