Forum Discussion
not printing cells based on data in another cell
There are a couple of ways to handle this. Before I get to that, I used the Special formatting options under Number formatting to display telephone numbers as we normally see them. You still just enter the 10 digits, and Excel takes care of formatting them.
Now, to your actual question, probably the most effective long term solution would be to learn to use the Excel database as a source for a MailMerge in Word. You can print the fields you want based on the cell containing the criterion for each group. If this is going to be a long term project, with varying conditions each time, new members, members changing their mind, etc., that would be my recommendation.
Easier would be to learn to use the Filter capability represented by those little funnel symbols at the top of each column. You could filter the database based on "OptinSelection" choices, and then choose columns to print. That would get burdensome if you're doing all the changing I allude to above, but if this is a one-off proposition, easily done. I've set it coming in the attached return file so only the blank rows are showing. And you can just set the print area to print names.
Pivot Table would not be relevant at all. Power Query probably not all that useful. You're trying to use a sledge hammer when far more nuanced tools will do what you need to do. Not even sure why you've got a macro in here.
- fjpalinkasAug 14, 2021Copper ContributorThanks for you reply and suggestions. I thought maybe I could use a macro but couldn't see how that would work.
Think I will try the mail merge, This a N&A list for our community and will want to run a new list every quarter or so.
Never used mail merge before wish me luck.- mathetesAug 14, 2021Gold Contributor
Mail Merge, in Word, with an Excel database (which is what you have) as the source, can be a very powerful and useful tool.
To make the IF-THEN aspect of this easier for you, I've created some new columns that take the conditions you specified and fill in HomePhone4Print, CellPhone4Print, etc., using the conditions you've described. So you can just use Mail Merge to print those fields, and rely on the formulas in Excel to only show data that people are willing to share.
Note, I added a column with what's called Data Validation, to enter the three conditions in just a single shorter word. This made it possible to have the IF function in my new columns less "wordy."
I assume, from the fact that you refer to addresses, that your real database has mailing addresses as well as all of these bits of info......I hope you can follow the logic in the formulas that are here to incorporate those additional elements.
- fjpalinkasAug 15, 2021Copper ContributorThank you for the additional info and formulas in the excel. Question I have is about the extra field for the 3 types of conditions, is there a formula to create this or did you key it manually?
I understand the 4print fields formulas, I worked in IT for over 45 years, but on mainframes 360/20-30, then system 38, as400, ISeries. Did little PC database programming, mostly RPG and DB2 using DBU and DFU and IBM Query. Just never had time to become a expert in Excel, Access or Word.
Will work on your tips and formulas and try and create the mail merge, will let you know how I make out.
Thanks Again
Frank