Combining formulas - not working
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
-
What does you combined formula look like? Please post it and we can take a look.
It should just be a nested if? Usually errors in those revolve around proper comma and parentheses placement.
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!