Technopath/A Step-by-Step Guide to Streamlining Tax Statements with Salesforce, Excel, and Word Mail Merge

  • Free

A Step-by-Step Guide to Streamlining Tax Statements with Salesforce, Excel, and Word Mail Merge

  • Course
  • 15 Lessons

Create Tax Statements for Nonprofits

Contents

Introduction
Preview

Step 1: Create your Salesforce Report and Export

Login to Salesforce and click on the reports tab to get started:

Creating your Report
Exporting to Excel

Step 2: Manipulate your Spreadsheet

Now that we have our Salesforce report exported, it's time to work some Excel magic to streamline the information and create a concise overview of each donor's contribution history.

Create and Name your Tabs
Example file
Create the "Unique Id" Field
Create VLookups for your demographic columns
Create Transpose Formula for your Amount Fields
Create a Sum Formula to add up Gift Amounts
Create a Transpose Filter Formula for your Date field
Create a Total Number of Gifts Formula

Step 3: Crafting Perfect Tax Statements with Word Mail Merge

As we approach the final stage of our streamlined tax statement creation process, it's crucial to address potential pitfalls in standard Mail Merge and implement solutions for a flawless outcome.

Issues with Standard Mail Merge:

  • Dropping Zeros on Currency Amount:

    • Challenge: Currency fields in Excel may display as $1050.00 but lose the trailing zero when inserted into Word through Mail Merge.

    • Solution: The workaround involves using Shift-F9 over the merge field and adding a parameter to maintain the desired formatting.

    • Example Parameter: Currency\#$,0.00

  • Stopping at the Last Gift Line:

    • Challenge: Creating multiple lines for each donor based on the most frequent donor in Excel may result in excessive blank lines in the Word document.

    • Solution: Shift-F9, once again, comes to the rescue. By adding a parameter, you can prevent unnecessary blank lines in your letter.

    • Example Parameter: \b "" (break when the field is blank)

Creating your Letter and "Starter" Mail Merge Document
Adding Parameters
Sample Ack-Letter-for-lesson-with-merge.docx
Mail-Merge Task Explainer video