If formula question
I have 3 cells in a row that I need a cell to report back "yes" if all 3 cells have the word "Pass" in them. I'm using this formula but it's not working...suggestions?
=IF([Pass/Fail]@row = "Pass", [Intro Pass/Fail]@row = "Pass", [RCA Pass/Fail]@row = "Pass", "YES") states "Incorrect Argument"
Thanks!!
Best Answer
-
Hi @Jillian M ,
If you don't want to multiple "IF" statements, yo can also use "AND" inside the main "IF" statement.
=IF(AND([Pass/Fail]@row = "Pass", [Intro Pass/Fail]@row = "Pass", [RCA Pass/Fail]@row = "Pass"), "Yes")
Hope that helps,
Dave
Answers
-
I figured it out! Had to make all 3 separate "IF" statements within the formula :-)
-
Hi @Jillian M ,
If you don't want to multiple "IF" statements, yo can also use "AND" inside the main "IF" statement.
=IF(AND([Pass/Fail]@row = "Pass", [Intro Pass/Fail]@row = "Pass", [RCA Pass/Fail]@row = "Pass"), "Yes")
Hope that helps,
Dave
-
Perfect! Thank you for the tip!!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives