Forum Discussion
anabianco09
Helper II
2 years agoError when creating a CUSTOM COLUMN
Hi, I am trying to create the following column: and it shows up an error message that the name IF wasn't recognized. How to Solve?
- 2 years ago
Please refer the screenshot and modify your formula, it will works👍. Kindly mark my post as solution, Appreciate your Kudos .
if [Condition1] = "Value1" and [Condition2] = "Value2" then "Result1"
else "Result2"
SumitChandra
2 years agoFrequent Visitor
Please refer the screenshot and modify your formula, it will works👍. Kindly mark my post as solution, Appreciate your Kudos .
if [Condition1] = "Value1" and [Condition2] = "Value2" then "Result1"
else "Result2"
- anabianco092 years ago
Helper II
It worked! Thanks SumitChandra