I have each of the following formulas in a separate cell and works just fine. However, I need it all in one cell but cannot seem to figure it out without getting error messages. Hoping someone can help me.
1- =IF(AND(Branch@row = "upstate"), IF(CONTAINS("PCA", Discipline@row), "Ivelise", IF(CONTAINS("HHA", Discipline@row), "Ivelise")))
2- =IF(AND(Branch@row = "downstate"), IF(CONTAINS("PCA", Discipline@row), "Mariel", IF(CONTAINS("HHA", Discipline@row), "Mariel")))
3- =IF(NOT(CONTAINS("PCA", Discipline@row)), "Perri")
4- =IF(NOT(CONTAINS("HHA", Discipline@row)), "Perri")