outofpractice
Registered User.
- Local time
- Today, 14:10
- Joined
- May 10, 2011
- Messages
- 32
I'll do my best to explain what I am wanting to do here with a mail merge (Word 2007). I have data in an excel file which looks like:
Group A Group B Name Y/N
12345 1234A John Smith N
12345 1234B John Smith Y
98765 9876A Suzie Q N
98765 9876B Suzie Q N
98765 9876C Suzie Q Y
I would like to run a mail merge that will create a letter that does the following:
-------------------------
Dear [Name] ,
You have the following information:
[Group B] [Y/N]
From,
Me
---------------------------
So once the letter is set up,I want the merge to be able to look at the Group A value, and anytime Group A value matches - it will list all of the corresponding Group B and Y/N fields resulting in a letter for Group A of 12345 that looks like:
Dear John Smith ,
You have the following information:
1234A N
1234B Y
From,
Me
---------------------
Is there a way to do what is described above or will I need to break out each like set of data into their own excel files? I am working with thousands of lines of data and need to send one letter to each person, but their letter should contain information for all groups that pertain to them which potentially can be dozens. Thanks for any assistance!
Group A Group B Name Y/N
12345 1234A John Smith N
12345 1234B John Smith Y
98765 9876A Suzie Q N
98765 9876B Suzie Q N
98765 9876C Suzie Q Y
I would like to run a mail merge that will create a letter that does the following:
-------------------------
Dear [Name] ,
You have the following information:
[Group B] [Y/N]
From,
Me
---------------------------
So once the letter is set up,I want the merge to be able to look at the Group A value, and anytime Group A value matches - it will list all of the corresponding Group B and Y/N fields resulting in a letter for Group A of 12345 that looks like:
Dear John Smith ,
You have the following information:
1234A N
1234B Y
From,
Me
---------------------
Is there a way to do what is described above or will I need to break out each like set of data into their own excel files? I am working with thousands of lines of data and need to send one letter to each person, but their letter should contain information for all groups that pertain to them which potentially can be dozens. Thanks for any assistance!