M
Modern Farm & Ranch
I want to accomplish this in Word using Field Code (CTL+F9) (A value is
entered into "Text1"):
IF Text1<=1500 then 225
IF Text1 >1500 <=2500 then 325
IF Text1 >2500<=3500 then 455
IF Text1 >3500 then Text1*.13
I can't seem to figure out the correct syntax.
Any help would be very much appreciated!
entered into "Text1"):
IF Text1<=1500 then 225
IF Text1 >1500 <=2500 then 325
IF Text1 >2500<=3500 then 455
IF Text1 >3500 then Text1*.13
I can't seem to figure out the correct syntax.
Any help would be very much appreciated!