View Single Post
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Wendy7 Wendy7 is offline
external usenet poster
 
Posts: 5
Default Complicated Formula - If statements

Hello,

I have a formula that on some merged records = $0.00. If this happens, I
would like for nothing to appear. I'm having trouble with the formula - I
tried an If statement around the original formula, but it still produced $0.00

Here's the original formula:
{={IF "{MERGEFIELD M_08_AP_Pledge}"="" "0" "{MERGEFIELD
M_08_Ascend_Pledge}"}} + {={IF "{MERGEFIELD M_08_Ascend_RGP}" ="" "0" "{
MERGEFIELD M_08_Ascend_RGP}" } } \# $,0.00}

I put the two If statements in the original formula to avoid a syntax error
for records that did not have data.

All help is welcome, thank you!
Wendy