Trying to create COUNTIFS formula
Hello.
I am trying to create a formula that will count occurrences of multiple things happening. Anytime a certain person (Name column) is found and anytime a date qualification (Date Qualification Completed column) was completed withing the last 90 days. I am using a data sheet as I want to use this output for a dashboard. Here is the formula i use: =COUNTIFS(Name column),"Carolyn",(Date Qualification Completed column),>=TODAY(-90) and it comes back #unparseeable or #invalid ref. Any ideas
Answers
-
Is the formula in the same sheet as the data? If so, I believe this should work.
=COUNTIFS([Name column]:[Name column],"Carolyn", [Date Qualification Completed column]:[Date Qualification Completed column], >= TODAY(-90))
-
Hi @Adam McCarthy,
Your formula should look something like this:
=COUNTIFS(Name:Name, "Carolyn", [Date Qualification Completed]:[Date Qualification Completed],
Make sure that the Date Qualification Completed column's type is set to Date, as it won't work properly if it's set as Text/Number.
Hope this helps - if you're still having issues then just post! 😊
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!