View Single Post
  #3   Report Post  
macropod
 
Posts: n/a
Default

Hi,

Try:
{=55*C2 \# ,0.00;-,0.00;}
The empty third argument in the numeric picture switch suppresses ) output.

For more information on Word field maths and the associated switches, see:
http://www.wopr.com/cgi-bin/w3t/show...?Number=365442

Cheers


"news" wrote in message
...
hello all,

this may have been asked before,

I am trying to have a field in a table show upas blank if there is no

value
in the cell to the left (or C2), if there is a vaule to do a calculation
based on what is in the cell,
what i have so far is :

{IF C2 = 0 "" ((50/10)*11)*c2}

which does not work, any advice would be great !!

drel