Hi,
I need help with the below formula, where I want to add the rows of one column in the if-else condition. I highlighted where I am facing issues.
IF Column1=column2 AND column3="New" AND column4="Yes" AND Sum(column5)>=0 THEN "True" ELSE "False" ENDIF