Hi,
If have no other ideas any more - maybe some fresh eyes could help me? There's something in there it doesn't like
Thanks a lot
Katja
- IF([1. Tax Class]@row = "Duty paid", "very low"
- If 1. Tax Class@row = “bonded” and 3. Volume flag@row = “no”, then “low risk”
- If 1. TaxClass@row = “bonded” und 3. Volume flag@row = “yes”, then “medium risk”
- Otherwise “high risk”
=IF(1. Tax Class@row = “Duty paid”, “very low”, AND(1. Tax Class@row = ”bonded”, [3. Volume flag]@row = “no”), “low risk”, IF(AND(1. Tax Class@row = “bonded”, [3. Volume flag}@row = “yes”), “medium risk”, “high risk”))