Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Custom Conditional Column using IF / AND / ELSE returning "FALSE"

I am trying to create a custom column that says   = if [Vendors Name] = "Jingo Inc" and [Buyer] = "Jango Adams" then [Vendors Name] = "Jongo Plc" else [Vendors Name]   I am returning a "FALSE" re...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Anonymous,

    Try this in your custom column:

    = if [Vendors Name] = "Jingo Inc" and [Buyer] = "Jango Adams" then "Jongo Plc" else [Vendors Name]