As part of my ETL, I'm trying to REMOVE rows that meet the following criteria:
column 1 is NOT NULL
AND
column 2 is NULL
So if column 1 has any value in it AND column 2 is empty, then remove those rows from the data set.
I was trying to figure out how to create a Filter Formula for this, but it seems to be designed for INCLUDING rows that meet criteria rather than REMOVING them.