Help with logical functions?
How do you write a function for if something is true OR something else is true?
Is there an easier way to write if something is true AND something else is true than a nested IF()?
I feel like I’m doing crazy workarounds but there must be an easy way to do this.
I looked everywhere I could in the documentation. Thanks.