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
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives