View Single Post
  #1   Report Post  
Posted to microsoft.public.word.tables
Modern Farm & Ranch Modern Farm & Ranch is offline
external usenet poster
 
Posts: 1
Default IF formula with multiple conditions

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!