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
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 69 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!