View Single Post
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Complicated Formula - If statements

Change the switch to

\# "$,0.00;($,0.00) ;"

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Wendy7" wrote in message
...
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