Combining formulas - not working

Tzippy
Tzippy ✭✭✭

Good morning!

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. I must use the contain function bc its pulling data from a text column. Also I want to add that if the source column is blank then this should be blank as well.

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")

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!