Hello,
Please can you help me?
I have one column, AH, with names of different departments of our organisation.
Columns C,D and F contain health information as to whether or not clients are disabled.
I want to count how many clients of 3 of our departments have either "No" entered into either or all rows within C,D and F, or for whom their rows in C,D, and F are blank. I've tried so many variations of:
=SUMPRODUCT(--(--MMULT(ISNUMBER(SEARCH({"*ProjectChocolate*","*ProjectCarrot*","*Project Pecan*"},AH2:AH3000)),{1;1;1})>0)*((ISBLANK(C2:C3000))+(D2:D3000="No")+(ISBLANK(D2:D3000))+(F2:F3000="No")+(ISBLANK(F2:F3000))))
With this formula, I get a "VALUE" error.
Some other variations gave a resulting number which was 3 times the total number of clients in these projects, so clearly that was wrong too.
I'd really be so very grateful for any help as I'm literally in tears.
Thanks,
AnyaK
P.S. Please, please forgive that I cannot upload any examples; my employer prohibits this.
Please can you help me?
I have one column, AH, with names of different departments of our organisation.
Columns C,D and F contain health information as to whether or not clients are disabled.
I want to count how many clients of 3 of our departments have either "No" entered into either or all rows within C,D and F, or for whom their rows in C,D, and F are blank. I've tried so many variations of:
=SUMPRODUCT(--(--MMULT(ISNUMBER(SEARCH({"*ProjectChocolate*","*ProjectCarrot*","*Project Pecan*"},AH2:AH3000)),{1;1;1})>0)*((ISBLANK(C2:C3000))+(D2:D3000="No")+(ISBLANK(D2:D3000))+(F2:F3000="No")+(ISBLANK(F2:F3000))))
With this formula, I get a "VALUE" error.
Some other variations gave a resulting number which was 3 times the total number of clients in these projects, so clearly that was wrong too.
I'd really be so very grateful for any help as I'm literally in tears.
Thanks,
AnyaK
P.S. Please, please forgive that I cannot upload any examples; my employer prohibits this.