M
Matt
I'm sure you guys get these all the time, so I apologize. I did
search through other questions and the FAQ but was unable to pin down
my exact question. It's a simple one and hopefully it will be simple
to answer.
I've got a form in Word 2002. In 1 line, I've got 2 fields. The
first is a text field with default text of Yes. The 2nd field is
supposed to do the following:
If text1 is Yes, add the two fields in the column above and multiply by
..035. This field is supposed to calculate a credit card charge if the
text field to the left says Yes to Credit Card charges.. If text1 is
No, then it should be zero. I haven't been able to figure out how
to do it, just yet. I am getting some calculations, but they're
wrong. I've tried the below with both sum(above) and sum(c1:c2) as
well as just {(c1+c2)*.035}.
If Text24=Yes {=sum(above)*.035} {0.00}}
If my logic makes sense, this should be read as "if text24=Yes, take
the sum of the fields above and multiply them by .035. Else put 0.00
in this field.
Am I missing something? Does text24 need to be a drop down box rather
than a text box?
I went ahead and tried a drop down box and it didn't seem to make a
difference.
If Dropdown1=Yes {=sum(c1:c2)*.35} {0.00}}
Thanks in advance.
Matt
search through other questions and the FAQ but was unable to pin down
my exact question. It's a simple one and hopefully it will be simple
to answer.
I've got a form in Word 2002. In 1 line, I've got 2 fields. The
first is a text field with default text of Yes. The 2nd field is
supposed to do the following:
If text1 is Yes, add the two fields in the column above and multiply by
..035. This field is supposed to calculate a credit card charge if the
text field to the left says Yes to Credit Card charges.. If text1 is
No, then it should be zero. I haven't been able to figure out how
to do it, just yet. I am getting some calculations, but they're
wrong. I've tried the below with both sum(above) and sum(c1:c2) as
well as just {(c1+c2)*.035}.
If Text24=Yes {=sum(above)*.035} {0.00}}
If my logic makes sense, this should be read as "if text24=Yes, take
the sum of the fields above and multiply them by .035. Else put 0.00
in this field.
Am I missing something? Does text24 need to be a drop down box rather
than a text box?
I went ahead and tried a drop down box and it didn't seem to make a
difference.
If Dropdown1=Yes {=sum(c1:c2)*.35} {0.00}}
Thanks in advance.
Matt