Formula for counting if multiple things occur
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 within the last 90 days i want it to give me a number for times they occur. I am using a data sheet as I want to use this output for a dashboard. I am able to create single formulas: =COUNTIF({OPII FLII Qualification Request Tracking Range 2}, "Carolyn Oca") and =COUNTIFS({OPII FLII Qualification Request Tracking Range 1} both single formulas work and get me a 1, but when I combine them: =COUNTIFS({OPII FLII Qualification Request Tracking Range 2}, "Carolyn Oca", {OPII FLII Qualification Request Tracking Range}, >=TODAY(-90)) it tells me it is an invalid reference. Any ideas? I am pulling information for both from the same sheet and adding it to a data sheet to pulls into a dashboard.
Best Answer
-
In the formula you list as working, you reference {OPII FLII Qualification Request Tracking Range 1}, but in the combined formula that does not work you reference {OPII FLII Qualification Request Tracking Range}.
Is this just a case of missing a character?
Answers
-
In the formula you list as working, you reference {OPII FLII Qualification Request Tracking Range 1}, but in the combined formula that does not work you reference {OPII FLII Qualification Request Tracking Range}.
Is this just a case of missing a character?
-
Thanks it was exactly that! Thanks for the help!
-
I'm glad I could help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!