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
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!
-
Help Article Resources
Categories
Check out the Formula Handbook template!