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
Doug Robbins - Word MVP - 24 Jan 2008 22:11 GMT
Change the switch to
\# "$,0.00;($,0.00) ;"

Signature
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
> Hello,
>
[quoted text clipped - 14 lines]
> All help is welcome, thank you!
> Wendy