
AND Function | Smartsheet Learning Center
https://help.smartsheet.com/function/andUsed within another function to return true if all provided logical expressions are true.
Hello, my formula is not working, can I get some help with this. I can't seem to find the issue.
=IF(AND(Applications1 = "commissions", "internal"), IF(AND(applications1 = "Eyefinity PM", "External"), IF(OR(applications1 = "BERT", "Internal"), IF(OR(applications1 = "Makeabiliy", "Internal"), IF(OR(applications1 = "RTE Spectera", "Internal"), IF(OR(applications1 = "RTE Versant", "Internal"), IF(OR(applications1 = "VW Dashboard", "Internal"), IF(OR(applications1 = "Amelia", "External"), IF(OR(applications1 = "Digital Optometrics", "External") IF(OR(applications1 = "Mosyle", "External")))))))))))
@Myra1234 Hi, some screen shots might help understand what you're trying to accomplish but looking at it quickly I see that the and statement is wrong, see below for more info.