Complicated Formula - If statements

W

Wendy7

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
 
D

Doug Robbins - Word MVP

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top