Expand my Community achievements bar.

Calculated field with multiple IF/And statement

Avatar

Level 1

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?

1 Reply

Avatar

Community Advisor

@SanjeevaniTh - Here is some documentation on multiple IF statements.

https://experienceleague.adobe.com/en/docs/workfront/using/reporting/reports/calculated-custom-data/...

 

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.