I have a code and I wonder if I can actually get this to work.
Can a code be written where there are three options, with three different answers,
Ie
if X=1,Then A, else C OR if Y=1, Then B, else C
I thought I should write it like below, but it doesn’t seem to work.
OR(if(X=1,ThenA),if(Y=1,Then B),Else C)