Is it possible to put if else type logic into the formula Builder. For example, something like...
if(A>B){return C;}else{return D;}
I tried that and it says that if is an unidentified token.
if(A>B){return C;}else{return D;}
I tried that and it says that if is an unidentified token.
Comment