help regarding formula
-
could you plz help me to fix the formula,
Fieldname1 (number field)
Formula should be,
If the fieldname1 value is between 1 to 90 then fieldname1+0,
If the fieldname1 value is between 91 to 180 then 180-fieldname1,
If the fieldname1 value is between 181 to 270 then fieldname1-180,
If the fieldname1 value is between 271 to 360 then 360-fieldname1,
If the fieldname1 value is between 361 to 450 then (fieldname1-360)+0,
If the fieldname1 value is between 451 to 540 then 180-(fieldname1-360),
If the fieldname1 value is between 541 to 630 then (fieldname1-360)-180,
If the fieldname1 value is between 631 to 720 then 360-(fieldname1-360),
The topic ‘help regarding formula’ is closed to new replies.