C
Curt
Here is my problem.
My business manager is merging an excel file and word
file. The specific field is for teachers to get paid more
if they do extra duty. In one field, instead of staying
blank (like it is in excel, no data in that cell) it
turns into a "0" in the word merge field.
Is there any way that I can run an IF statement to check
to see if the 0 is going to show up in word, and if it
is, to leave the space blank, but if there is something
that is supposed to show up there, format it using this
switch - "\# $#,0.00"
I tried doing { IF {Mergefield Description_ED_1} = "0" ""
{mergefield Extra_Duty_1 \# $#,0.00}}
When I tried this, it just returns "Mergefield" in the
Word printout for that space.
I'm using Office XP
Any help would be greatly appreciated. I'm stumped.
Thanks in Advance.
Curt Vlaminck
My business manager is merging an excel file and word
file. The specific field is for teachers to get paid more
if they do extra duty. In one field, instead of staying
blank (like it is in excel, no data in that cell) it
turns into a "0" in the word merge field.
Is there any way that I can run an IF statement to check
to see if the 0 is going to show up in word, and if it
is, to leave the space blank, but if there is something
that is supposed to show up there, format it using this
switch - "\# $#,0.00"
I tried doing { IF {Mergefield Description_ED_1} = "0" ""
{mergefield Extra_Duty_1 \# $#,0.00}}
When I tried this, it just returns "Mergefield" in the
Word printout for that space.
I'm using Office XP
Any help would be greatly appreciated. I'm stumped.
Thanks in Advance.
Curt Vlaminck