CountIf AND
Hi I am trying to write a CountIF AND Formula for Chart
The Column choices are Case Carrying vs NonCase Carrying
The rows are Region 1 to Region 6
So for example: Countif the person is in Region 1 AND is Case Carrying. I keep on getting different errors.
Thank you for your help!
Best Answer
-
@ShawnM -
For a count with multiple criteria, I would recommend a COUNTIFS formula: https://help.smartsheet.com/function/countifs
You can also take it a step further and make it dynamic using @row for the regions! (https://help.smartsheet.com/articles/2476491-create-efficient-formulas-with-at-cell)
Example of the formula would be: =COUNTIFS(Region:Region, Region@row, Case:Case, "Case Carrying")
I would amend the formula column references to line up with your column names, but hope this helps!
Answers
-
@ShawnM -
For a count with multiple criteria, I would recommend a COUNTIFS formula: https://help.smartsheet.com/function/countifs
You can also take it a step further and make it dynamic using @row for the regions! (https://help.smartsheet.com/articles/2476491-create-efficient-formulas-with-at-cell)
Example of the formula would be: =COUNTIFS(Region:Region, Region@row, Case:Case, "Case Carrying")
I would amend the formula column references to line up with your column names, but hope this helps!
-
Thank you Antonie for taking time to answer my question! I will give this a try!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!