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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives