COUNTIFS/OR/CONTAINS
MazU
✭✭✭✭✭
Hello all
I am trying to create a formula to imitate the following filter login in another sheet
i am trying to pull a single figure via a countifs function from 5 different columns
if any one of the 5 columns have a yes, that would count as 1
can anyone advise how i can pull this please ?
@Paul Newcome @Genevieve P. your input would always be appreciative as well
Tags:
Answers
-
I would suggest a helper column on the source sheet that will output a 1 in any row containing "Yes" in at least one of those columns and then use a SUM function on the separate sheet to get the total from the helper column.
=IF(OR([Column1]@row = "Yes", [Column2]@row = "Yes", ........................), 1)
=SUM({Source Sheet Helper Column})
Help Article Resources
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!