Skip to main content

AND(

OR(

( BillingCountry = "New Zealand"),

(BillingCountry = "Australia")

)

)

4 risposte
  1. 12 ott 2022, 03:31

    Hi ,

     

    Try this

     

    AND(

    BillingCountry != "New Zealand",

    BillingCountry != "Australia"

    )

0/9000