Hi, I have added a calculated field with this code IF({DE:ROC | Channel Type}="Website"&&{DE:ROC | Request Type}="Localization"&&{DE:ROC | Production | Complexity}="Low","43","23") and want to keep it recurring. What will be the further code?
An IF statement evaluates a condition that results in either TRUE or FALSE. Once the condition is evaluated. So, when you write an IF statement with both TRUE and FALSE values, the evaluation completes after it has processed the condition. To do multiple IF statements you need to leave off a FALSE value so the formula will continue validating conditions.