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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 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!