Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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)
