Del
4 years agoQrew Cadet
Formula Fields
I am in need of a formula with a few conditions. See criteria below
If [Service Type Authorization Description] = 'Agency Hired', then [Providing Agency] = "Airplane Services", [Provider ID #] =...
IF(
[Service Type Authorization Description] = "Agency Hired", "Airplane Services",
[Service Type Authorization Description] = "Flight 10" AND [Responsible Payer] = "Paid", "Jetplace Services",
[Service Type Authorization Description] = "Flight 11" AND [Responsible Payer] = "Paid", "Jetplace Services")
Post back if you have any problem with the other three formula fields.
Getting error related to "AND"