I have a long-ish IF formula that first needs to only select "Completed" records from the Status column. However, my output file keeps including "Completed/Unapproved" as well. I've tried including [Status] != "Completed/Unapproved" and it keeps pulling it in. Any tips for resolution?