Hi,
I am trying to write a formula that says: if column C does not equal "NOT MAPPED" and column F does not equal "00584" and column F does not equal "00360" then return the value "y" else return "n".
The formula that I am using now looks like this: if [Product Grouping] != "NOT MAPPED" and [bu] != "00584" and [bu] != "00360" then "y" else "n" endif
However, this is not returning the correct amount of "y" and "n" records.
Is there something wrong with my syntax or another way to create this formula?
Thank you!!