formula query for count if all x1,x2,x3 columns contain a1 or b1 inputs.
usha
✭✭
Hi , I need to write formula for below mentioned requirement.
x1 column has any of a1 or b1
& x2 column has any of a1 or b1
& X3 column has any of a1 or b1
Count the total rows returned with above condition
Thanks
Answers
-
Please try below formula, Replace your column name with X1, X2 and X3
==countifs(X1:X1,="a1", X1:X1,="b1") + countifs(X2:X2,="a1", X2:X2,="b1") + countifs(X3:X3,="a1", X3:X3,="b1")
-
Thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 478 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 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!