COUNT IF - Multiple Columns
Hello,
I am trying to use countif based on multiple columns for a calculation sheet for my dashboard.
I am trying to compile a calculation based on the "site name' and if the items for that site are overdue or not.
For example: I want to pull from these two columns below into my calculation sheet
So how would I set that up in here to have it show the items that are overdue based on site ?
Answers
-
Hi @tchav
You can use the COUNTIFS function to count the number of items that are overdue for each site. Here's an example formula:
=COUNTIFS({Original Sheet Range 1}, "Overdue", {Original Sheet Range 2}, "Site Name 1")
Replace "Original Sheet Range 1" with the range of the column containing the overdue status (e.g. "Overdue" or "On Track"). Replace "Original Sheet Range 2" with the range of the column containing the site names. Replace "Site Name 1" with the name of the site you want to count the overdue items for.
Regards
J Tech
If my response has helped you in any way or provided a solution to your problem, please consider supporting the community by marking it as Insightful, Vote Up, or Awesome. Additionally, you can mark it as the accepted answer, which will make it easier for others to find a solution or get help with a similar issue in the future. Your support is greatly appreciated!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 429 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!