COUNTIFS Not working
Hello!
I'm trying to count cases with dates on {00 R3 MAIN TOI} column, but I want to exclude the ones that either the applicant withdraw or deceased (column {FRGENSTATUS}) and I want only the ones that either are a Reconstruction or Repair (column {00 R3 Main Pathway}). This is the formula I'm trying but it goes to 0.
HELP!!
Best Answer
-
Happy to help. 👍️
Answers
-
Give this a try...
=COUNTIFS({TOI}, @cell <> "", {Status}, AND(@cell <> "09-Applicant Withdraw", @cell <> "09-Applicant Deceased"), {Pathway}, OR(@cell = "Reconstruction", @cell = "Repair"))
-
Its counting everything and ignoring the criteria. With the criteria it should be 1042 not 1067
-
Edit: Misread the screenshots.
Try applying a filter that replicates your criteria to the sheet that houses the data. How many rows are shown?
-
Hi, Paul:
Actually that number on "count" column is a manual input, the formula you gave me I tried it on "function based on criteria" column. But it worked after all, I was selecting the wrong source and that's why it didn't work, but Its all fixed now.
Thanks so much!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!