I'm trying to write an IF statement in a Filter tool that needs to look at data in two columns. It should go something like this:
IF (column A) contains "AC" AND IF (column
contains a number, then remove from data.
Need some info on how to both write a compound IF statement and have the second part of that statement look for any number.