Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
In excel you can use an "AND"/"OR" function like this:
AND(xxx=1,xxx=2)
Is this possible in Pro/program? How? I cannot get it to work.
Thanks
Solved! Go to Solution.
There is an AND operator "&"
Thanks "operator" was the key word I needed to search. This is what I found:
logical comparison: & (and), | (or), ! (not)