Multiple mailings at the same household
I work at a JK-12 school, and we send out a newsletter twice a year and an annual report once a year. Recently my boss has wanted mailings to only go to an address once, which is understandable to keep costs down. The problem is that once children graduate/leave school after being here a few years, they get their own record, and where alumni still live at home the mailing is supposed to only go to the parent(s).
And "Head of Household" only works with spouses.
Does anyone know of a way to accomplish this without combing through the Excel export file (we send to a mailing house) to remove them manually (I do this now and I hate it), or manually going through all the alumni records to find the ones with the same address as the parents and marking them to not receive newsletters/annual reports....and then hoping I remember to take that off if/when they move?
Comments
-
Robert Brown:
Hi everyone,
I work at a JK-12 school, and we send out a newsletter twice a year and an annual report once a year. Recently my boss has wanted mailings to only go to an address once, which is understandable to keep costs down. The problem is that once children graduate/leave school after being here a few years, they get their own record, and where alumni still live at home the mailing is supposed to only go to the parent(s).
And "Head of Household" only works with spouses.
Does anyone know of a way to accomplish this without combing through the Excel export file (we send to a mailing house) to remove them manually (I do this now and I hate it), or manually going through all the alumni records to find the ones with the same address as the parents and marking them to not receive newsletters/annual reports....and then hoping I remember to take that off if/when they move?We used to not send magazines to college-aged students with the idea that they would see their parents' copy of the magazine. There would still be some duplicates, but not nearly as many. The only thing I've been able to think of is adding a salutation of The Jones Family, sorting by address, then addressee Z-A, then removing duplicates, but I'd still run into needing to remember to update when the kid moves out.
4 -
Part of Carolyn's suggestion made me just think of something.
What if you added an additional addressee to everyone's record that reads "The [last name] family" (you could manage this via global change, I think, once you've set up the appropriate addressee structure) and include this addressee text in your export. Then you could remove duplicates based on this custom addressee plus address lines, leaving you with, usually, only one instance per household. I say 'usually' because last names aren't always consistent among spouses and children, but this would probably get rid of most of the problems for you. You could then highlight dupliate addresses and sort them and manually pick apart whatever is left.6 -
Same situation here - I do this a few times a year for every large-scale mailing we send out!
I sort the spreadsheet by Address Line 1, then Const Code and and class year, so that the top line is the addresse who should receive the mailing.
Concatenate Addressline 1 + City, then Copy, paste-values
New column formula something like =if(A3=A2, "dup", "keep"), where A is the column with the concatenated string. Copy your dup/keep row, paste as values.
Glance through spreadsheet for addresses that look like college addresses. For example, all students at St. Olaf or Carleton use the Commons address as their mailing address. Therefore, we could have 5 separate students at the same address. This isn't foolproof, but they're often fairly easy to identify (1500 St. Olaf Avenue, and 5 recent grads at that address gives you a bit of an idea). For any found, manually change the tag to "keep"
Sort column by dup/keep. Delete all "dup" rows.
Done!
It sounds complicated, but as long as you don't scritinize for the colleges too much, it shouldn't take more than 30 minutes once you get the hang of it.
10 -
Oh, I just realized that my solution wouldn't inform you at the end about whether to use the individual addressee or the new custom addressee. So to throw another wrinkle in, you could use COUNTIFS in a new column before you do any deduping to indicate how many instances this combo exists in the spreadsheet. Then just copy-special-characters-only this data over itself before you dedupe. If the nuber =1, then use the individual address, and if it's >1 use the family addressee.
I don't know if that'll work for you or not though - this is all hypothetical, and your communications people might hate the "The [last name] Family" idea.2 -
Robert Brown:
Hi everyone,
I work at a JK-12 school, and we send out a newsletter twice a year and an annual report once a year. Recently my boss has wanted mailings to only go to an address once, which is understandable to keep costs down. The problem is that once children graduate/leave school after being here a few years, they get their own record, and where alumni still live at home the mailing is supposed to only go to the parent(s).
And "Head of Household" only works with spouses.
Does anyone know of a way to accomplish this without combing through the Excel export file (we send to a mailing house) to remove them manually (I do this now and I hate it), or manually going through all the alumni records to find the ones with the same address as the parents and marking them to not receive newsletters/annual reports....and then hoping I remember to take that off if/when they move?Hi Robert,
To me, this screams out for the use of direct SQL and an adjunct Admin database. (Pull the data you want from BB DB, log your mailings and addresses, etc in Admin, etc, wash the first against the second ...) Much more maintainable than Excel spreadsheets and you have 100% control over your data. IMHO.
Cheers, Steve
2 -
Robert,
I used to do this manually until I found out our mailing house can do it with the snap of a finger! They dedup using address field all of our mailings for us now as we are often combining donors, Y members and other lists. Ask your mailiing house!!! Any fee we pay is much less than the time it takes to do it in house expecially for us as different lists often use different formatting for addresses.5 -
JoAnn Strommen:
Robert,
I used to do this manually until I found out our mailing house can do it with the snap of a finger! They dedup using address field all of our mailings for us now as we are often combining donors, Y members and other lists. Ask your mailiing house!!! Any fee we pay is much less than the time it takes to do it in house expecially for us as different lists often use different formatting for addresses.Hi JoAnn,
I've asked them, and they do this, but they take the first one found. There's no way I can guarantee that the first one found is the alumni parent, which is what my boss demands. The one time we had them do it, most of the mailings ended up to the alumnus. I got in some trouble for that one.
Robert
3 -
Robert,
Can you send them 2 separate lists? One of parents, second of alumni. Then they use parent file as priority and remove duplicates found in the second alumni file.4 -
We have our mail house remove duplicate addresses and change the addressee to the last name or last names and the word family.
1 -
I've asked them, and they do this, but they take the first one found. There's no way I can guarantee that the first one found is the alumni parent, which is what my boss demands. The one time we had them do it, most of the mailings ended up to the alumnus. I got in some trouble for that one.
We had the same problem. We are a private high school and we have alumni who have alumni children and will get all fired up if we send to their kid and not them. And we have a few persnickity folks that want one mailing for each alum in the household, no matter if there are 2 or 7! Even using HOH on our mailing lists doesn't really work for us and we don't allow the mailing house to dedup anymore for the removing the first one issue too. Our top dogs here do NOT want to mail to just The NAME Family.
We have been trying to figure out a way to use excel to combine the addressee fields into one when the address is duplicated but so far none of our formulas have worked the way we want. I am interested in the reply from Alicia about using the IF function with Keep and Dup values. It sounds interesting.
Our summer magazine mailing is coming up so I will have to play around with options.
0 -
This comes up in the community every year or so. Here is a link to an older thread with some more ideas.
I hope that helps. Some great ideas going on here too!
1 -
I am interested in the reply from Alicia about using the IF function with Keep and Dup values. It sounds interesting.
Our summer magazine mailing is coming up so I will have to play around with options.If you have any specific questions about it, feel free to message me and I can help you out!
0 -
JoAnn Strommen:
Robert,
Can you send them 2 separate lists? One of parents, second of alumni. Then they use parent file as priority and remove duplicates found in the second alumni file.Yes! That's what we do! Maybe we're just lucky to have good mailhouses in the area.
2 -
Robert Brown:
Hi everyone,
I work at a JK-12 school, and we send out a newsletter twice a year and an annual report once a year. Recently my boss has wanted mailings to only go to an address once, which is understandable to keep costs down. The problem is that once children graduate/leave school after being here a few years, they get their own record, and where alumni still live at home the mailing is supposed to only go to the parent(s).
And "Head of Household" only works with spouses.
Does anyone know of a way to accomplish this without combing through the Excel export file (we send to a mailing house) to remove them manually (I do this now and I hate it), or manually going through all the alumni records to find the ones with the same address as the parents and marking them to not receive newsletters/annual reports....and then hoping I remember to take that off if/when they move?This isn't of much help, but can I encourage you to revisit this policy? We have a multi-generational household and we get one mailing from our Library to the house. I never see it. Yes - it may be a fault of my family members, but I don't like the one-per-household thing.
0 -
Jennifer Lange:
Robert Brown:
Hi everyone,
I work at a JK-12 school, and we send out a newsletter twice a year and an annual report once a year. Recently my boss has wanted mailings to only go to an address once, which is understandable to keep costs down. The problem is that once children graduate/leave school after being here a few years, they get their own record, and where alumni still live at home the mailing is supposed to only go to the parent(s).
And "Head of Household" only works with spouses.
Does anyone know of a way to accomplish this without combing through the Excel export file (we send to a mailing house) to remove them manually (I do this now and I hate it), or manually going through all the alumni records to find the ones with the same address as the parents and marking them to not receive newsletters/annual reports....and then hoping I remember to take that off if/when they move?This isn't of much help, but can I encourage you to revisit this policy? We have a multi-generational household and we get one mailing from our Library to the house. I never see it. Yes - it may be a fault of my family members, but I don't like the one-per-household thing.Hi Jennifer,
Unfortunately, it isn't my policy to revisit. This is a directive from my director and associate director. We had many complaints about the multiple mailings, but we haven't had any since we moved to 1 per household. I personally agree with you, but I'm not the one to make the policies.
Robert
1 -
We use the mailhouse to de-dup. We give them the entire list, and it seems they sort by address. Where ever they see a duplicate address, they mail to all names with that address on one piece. (When we get the list back to review, they have moved all the names to fields on the same row as the address)
Mr. Tom and Mary Jones
Tim Jones, 2012
Sarah Jones, 2014
123 Main St
Anytown NY 14345
This way no one is left out, but we cut down on mailing costs. Also, we pull the addressee from Additional addressees. Every constituent has one we call Publications Addressee. For most, it is the same as their Primary. But for married alumni couples, for instance, both records have the exact same edited Publications Addressee. The mail house only puts it on the piece once in that case. Mine, for example, is Mr. & Mrs. Timothy '80 and Katherine '88 Mannion. It's a mystery to me how they do it, but I'm just glad I don't have to do it by hand!
2 -
Robert Brown:
Hi everyone,
I work at a JK-12 school, and we send out a newsletter twice a year and an annual report once a year. Recently my boss has wanted mailings to only go to an address once, which is understandable to keep costs down. The problem is that once children graduate/leave school after being here a few years, they get their own record, and where alumni still live at home the mailing is supposed to only go to the parent(s).
And "Head of Household" only works with spouses.
Does anyone know of a way to accomplish this without combing through the Excel export file (we send to a mailing house) to remove them manually (I do this now and I hate it), or manually going through all the alumni records to find the ones with the same address as the parents and marking them to not receive newsletters/annual reports....and then hoping I remember to take that off if/when they move?2 -
JoAnn Strommen:
Robert,
I used to do this manually until I found out our mailing house can do it with the snap of a finger! They dedup using address field all of our mailings for us now as we are often combining donors, Y members and other lists. Ask your mailiing house!!! Any fee we pay is much less than the time it takes to do it in house expecially for us as different lists often use different formatting for addresses.Our mailhouse does the same thing. We ask them to de-dup all of our mailings so we are not over paying for postage. Our mailings continue to go to parents until we get a new address for our young alums.
0 -
Robert Brown:
Hi everyone,
I work at a JK-12 school, and we send out a newsletter twice a year and an annual report once a year. Recently my boss has wanted mailings to only go to an address once, which is understandable to keep costs down. The problem is that once children graduate/leave school after being here a few years, they get their own record, and where alumni still live at home the mailing is supposed to only go to the parent(s).
And "Head of Household" only works with spouses.
Does anyone know of a way to accomplish this without combing through the Excel export file (we send to a mailing house) to remove them manually (I do this now and I hate it), or manually going through all the alumni records to find the ones with the same address as the parents and marking them to not receive newsletters/annual reports....and then hoping I remember to take that off if/when they move?I use Excel to accomplish this - I copy Address1 into a second column and use the text to columns feature in Excel to separate the address parts with space as a delimiter. Once that is done I title the column headings 1, 2, 3, etc. then I sort by 1, 2, 3 so that everything is in order. Next I use conditional formatting to easily identify the duplicate address (when I tried to use the built in conditional formatting for duplicates I was seeing red everywhere and my spreadsheet kept freezing up) - I will write out the formula based on the information in it, you would use the cell values, taking out any $, and then use the format painter to paint the whole column =OR(And((AddressNumber1=AddressNumber2), (StreetNumber1=StreetNumber2), And((AddressNumber2=AddressNumber3), (StreetNumber2=StreetNumber3))). Once the dups are hightlighted it's just a matter of updating the Addressee (either stack the names or use Alumni at) and deleting the remining instances of the address. If you would like to see a sample file with the conditional formatting formula please email me at jmackind@schoolcraft.edu. I was able to get our alumni file (~70k records) cleaned up in a couple hours with this method (~5-6k dups) as opposed to days with my first attempt.
2 -
The organization I used to work for used a solicit code. For the "main" constituent, they put MCAA-primary (multiple constituents at address). For all constituents at the address they didn't want to include on the mailing, they used MCAA. For the primary record, they added an addressee, MCAA Addressee, which could be The Smith Family or John Doe and Family or whatever. Then when they pull a mailing list, they do not include MCAA.
To implement it, you could make your adjustments to your next mailing list, include the import codes, then import the list with the new solicit code and addressee infromation.
Hope that helps!2
Categories
- All Categories
- Shannon parent
- shannon 2
- shannon 1
- 21 Advocacy DC Users Group
- 14 BBCRM PAG Discussions
- 89 High Education Program Advisory Group (HE PAG)
- 28 Luminate CRM DC Users Group
- 8 DC Luminate CRM Users Group
- Luminate PAG
- 5.9K Blackbaud Altru®
- 58 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 409 bbcon®
- 2.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- donorCentrics®
- 1.1K Blackbaud eTapestry®
- 2.8K Blackbaud Financial Edge NXT®
- 1.1K Blackbaud Grantmaking™
- 527 Education Management Solutions for Higher Education
- 1 JustGiving® from Blackbaud®
- 4.6K Education Management Solutions for K-12 Schools
- Blackbaud Luminate Online & Blackbaud TeamRaiser
- 16.4K Blackbaud Raiser's Edge NXT®
- 4.1K SKY Developer
- 547 ResearchPoint™
- 151 Blackbaud Tuition Management™
- 61 everydayhero
- 3 Campaign Ideas
- 58 General Discussion
- 115 Blackbaud ID
- 87 K-12 Blackbaud ID
- 6 Admin Console
- 949 Organizational Best Practices
- 353 The Tap (Just for Fun)
- 235 Blackbaud Community Feedback Forum
- 55 Admissions Event Management EAP
- 18 MobilePay Terminal + BBID Canada EAP
- 36 EAP for New Email Campaigns Experience in Blackbaud Luminate Online®
- 109 EAP for 360 Student Profile in Blackbaud Student Information System
- 41 EAP for Assessment Builder in Blackbaud Learning Management System™
- 9 Technical Preview for SKY API for Blackbaud CRM™ and Blackbaud Altru®
- 55 Community Advisory Group
- 46 Blackbaud Community Ideas
- 26 Blackbaud Community Challenges
- 7 Security Testing Forum
- 3 Blackbaud Staff Discussions
- 1 Blackbaud Partners Discussions
- 1 Blackbaud Giving Search™
- 35 EAP Student Assignment Details and Assignment Center
- 39 EAP Core - Roles and Tasks
- 59 Blackbaud Community All-Stars Discussions
- 20 Blackbaud Raiser's Edge NXT® Online Giving EAP
- Diocesan Blackbaud Raiser’s Edge NXT® User’s Group
- 2 Blackbaud Consultant’s Community
- 43 End of Term Grade Entry EAP
- 92 EAP for Query in Blackbaud Raiser's Edge NXT®
- 38 Standard Reports for Blackbaud Raiser's Edge NXT® EAP
- 12 Payments Assistant for Blackbaud Financial Edge NXT® EAP
- 6 Ask an All Star (Austen Brown)
- 8 Ask an All-Star Alex Wong (Blackbaud Raiser's Edge NXT®)
- 1 Ask an All-Star Alex Wong (Blackbaud Financial Edge NXT®)
- 6 Ask an All-Star (Christine Robertson)
- 21 Ask an Expert (Anthony Gallo)
- Blackbaud Francophone Group
- 22 Ask an Expert (David Springer)
- 4 Raiser's Edge NXT PowerUp Challenge #1 (Query)
- 6 Ask an All-Star Sunshine Reinken Watson and Carlene Johnson
- 4 Raiser's Edge NXT PowerUp Challenge: Events
- 14 Ask an All-Star (Elizabeth Johnson)
- 7 Ask an Expert (Stephen Churchill)
- 2025 ARCHIVED FORUM POSTS
- 322 ARCHIVED | Financial Edge® Tips and Tricks
- 164 ARCHIVED | Raiser's Edge® Blog
- 300 ARCHIVED | Raiser's Edge® Blog
- 441 ARCHIVED | Blackbaud Altru® Tips and Tricks
- 66 ARCHIVED | Blackbaud NetCommunity™ Blog
- 211 ARCHIVED | Blackbaud Target Analytics® Tips and Tricks
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- Luminate CRM DC Users Group
- 225 ARCHIVED | Blackbaud eTapestry® Tips and Tricks
- 1 Blackbaud eTapestry® Know How Blog
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
- 1 Blackbaud K-12 Education Solutions™ Blog
- 280 ARCHIVED | Mixed Community Announcements
- 3 ARCHIVED | Blackbaud Corporations™ & Blackbaud Foundations™ Hosting Status
- 1 npEngage
- 24 ARCHIVED | K-12 Announcements
- 15 ARCHIVED | FIMS Host*Net Hosting Status
- 23 ARCHIVED | Blackbaud Outcomes & Online Applications (IGAM) Hosting Status
- 22 ARCHIVED | Blackbaud DonorCentral Hosting Status
- 14 ARCHIVED | Blackbaud Grantmaking™ UK Hosting Status
- 117 ARCHIVED | Blackbaud CRM™ and Blackbaud Internet Solutions™ Announcements
- 50 Blackbaud NetCommunity™ Blog
- 169 ARCHIVED | Blackbaud Grantmaking™ Tips and Tricks
- Advocacy DC Users Group
- 718 Community News
- Blackbaud Altru® Hosting Status
- 104 ARCHIVED | Member Spotlight
- 145 ARCHIVED | Hosting Blog
- 149 JustGiving® from Blackbaud® Blog
- 97 ARCHIVED | bbcon® Blogs
- 19 ARCHIVED | Blackbaud Luminate CRM™ Announcements
- 161 Luminate Advocacy News
- 187 Organizational Best Practices Blog
- 67 everydayhero Blog
- 52 Blackbaud SKY® Reporting Announcements
- 17 ARCHIVED | Blackbaud SKY® Reporting for K-12 Announcements
- 3 Luminate Online Product Advisory Group (LO PAG)
- 81 ARCHIVED | JustGiving® from Blackbaud® Tips and Tricks
- 1 ARCHIVED | K-12 Conference Blog
- Blackbaud Church Management™ Announcements
- ARCHIVED | Blackbaud Award Management™ and Blackbaud Stewardship Management™ Announcements
- 1 Blackbaud Peer-to-Peer Fundraising™, Powered by JustGiving® Blogs
- 39 Tips, Tricks, and Timesavers!
- 56 Blackbaud Church Management™ Resources
- 154 Blackbaud Church Management™ Announcements
- 1 ARCHIVED | Blackbaud Church Management™ Tips and Tricks
- 11 ARCHIVED | Blackbaud Higher Education Solutions™ Announcements
- 7 ARCHIVED | Blackbaud Guided Fundraising™ Blog
- 2 Blackbaud Fundraiser Performance Management™ Blog
- 9 Foundations Events and Content
- 14 ARCHIVED | Blog Posts
- 2 ARCHIVED | Blackbaud FIMS™ Announcement and Tips
- 59 Blackbaud Partner Announcements
- 10 ARCHIVED | Blackbaud Impact Edge™ EAP Blogs
- 1 Community Help Blogs
- Diocesan Blackbaud Raiser’s Edge NXT® Users' Group
- Blackbaud Consultant’s Community
- Blackbaud Francophone Group
- 1 BLOG ARCHIVE CATEGORY
- Blackbaud Community™ Discussions
- 8.3K Blackbaud Luminate Online® & Blackbaud TeamRaiser® Discussions
- 5.7K Jobs Board