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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 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!