IF WITH 2 CRITERIA

aheon
✭✭
I'm looking to make a formula that will do the following:
search all instances in Column2 for "A" IF subsequent Column3 has a value of "YES"....if all "A"s = "YES" than return a value of "YES" otherwise "NO"
I included an image that hopefully clarifies this a little more.
in the image I show 3 "A"s in Column2, 2=YES and 1=NO in Column3...so therefore the formula would return a value of "NO"
Comments
-
Hi,
you could try to check if the count of "NO" is >0 for the range where Column2="A". This would look like :
"=IF(COUNTIF(COLLECT(COLUMN3:COLUMN3,COLUMN2:COLUMN2,"A"),"NO")>0,"YES","NO")"
Could this help?
Cheers,
Paul.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.7K Get Help
- 472 Global Discussions
- 200 Use Cases
- 513 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!