@ajisafeadeoye you might want to try something like this?
if ((column("column A") > 2*column("column B")) && equals(column("column C"), "Student"))
{"Great"}
else if (1 == 2)
{"Not Great"}
else {"Something Else"}
@ajisafeadeoye you might want to try something like this?
if ((column("column A") > 2*column("column B")) && equals(column("column C"), "Student"))
{"Great"}
else if (1 == 2)
{"Not Great"}
else {"Something Else"}