by neeeel » Tue Sep 23, 2014 11:33 am
not clear what you are asking, but if you are wanting an if formula that gives you three options then you would do
=if(x, "BACK",if(y,"LAY","NO"))
So if x was true, you would get BACK, if x wasnt true, but y was true, you would get "LAY", if neither x or y were true, you would get "NO"
for x and y you would just replace with some logical expression