Word field codes

T

tpage

I am trying to use field codes with some simple IF statements in a word
document, but have been unsuccessful.

Logical statement I need to place in the field code:

IF 54.1 =< x(REF FIELD) =< 56 "Pass" "Fail"

I tried placing this in an excel table, but when I copy the table to word it
does not function when I change the "x" value.

For some reason (I think) you can only have one condition per field code. I
hope this is not true.

Is there any way to get this multiple condition field code to work in a word
document?
 
P

Peter Jamieson

{ IF { REF topend } >= 54.1 "{ IF { REF topend } <= 56 "Pass" "Fail" }"
"Fail" }

is one way.

Peter Jamieson
 

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