View Single Post
 
Old 06-05-2013, 06:30 AM
aaiden aaiden is offline Windows XP Office 2010 32bit
Novice
 
Join Date: Jun 2013
Posts: 3
aaiden is on a distinguished road
Default IF mail merge formula

I have three separate fields all merging information from an external source.

When the balance is 0.00 on the primary source it formats the amount in the report as a blank space.

I want to create an IF mailmerge that if the balance is 0.00 that it shows 0.00 instead of the blank space which it currently does.

The fundamentals of this calculation is that I want 1 + 2 = 3. The IF formula merge will be applied to "1."

1. { MERGEFIELD TaxExplorer_TaxCalc_SA302_CY_Bal_PMT }

2. { MERGEFIELD TaxExplorer_TaxCalc_SA302_NY_POA1 }

3. { = { MERGEFIELD TaxExplorer_TaxCalc_SA302_CY_Bal_PMT } + { MERGEFIELD TaxExplorer_TaxCalc_SA302_NY_POA1 }}

Any help would be grateful Thanks.
Reply With Quote