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.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 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!