didijaba
Well-known Member
- Joined
- Nov 26, 2006
- Messages
- 511
Hello, I have word template and I am trying to make ti calculate number value based on value in other two legacy text form fields. If field No1 has text "Skye" and field No2 has numeric value (for example) 3 then field no3 should do something like =if(field.no1.text="Skye", 1+field.no2.value, field.no2.value). How to write such formula for calculated legacy text form field? I have tried some with {} and stuff but can not get it to work.