Hi,
I have a table with various columns.
I'd like to count, for example, how many clients are homeless and have a health need and are either first or unique.
I've tried:
=SUMPRODUCT((OR(ISNUMBER(SEARCH({"First","Unique"},AMCN!$BD$2:AMCN!$BD$1558))))*(ISNUMBER(SEARCH("*Health Need*",AMCN!$BI$2:AMCN!$BI$1558)))*(ISNUMBER(SEARCH("*Homeless*",AMCN!$BO$2:AMCN!$BO$1558))))
and I seem to get either VALUE or N/A errors, or I get numbers that are clearly far to high, i.e. greater than the total number of clients in the spreadsheet!
I also need to count all variations of the above, so for example, are not homeless and have a health need and are either first or unique.
=SUMPRODUCT((OR(ISNUMBER(SEARCH({"First","Unique"},AMCN!$BD$2:AMCN!$BD$1558))))*(ISNUMBER(SEARCH("*Health Need*",AMCN!$BI$2:AMCN!$BI$1558)))*(not(ISNUMBER(SEARCH("*Homeless*",AMCN!$BO$2:AMCN!$BO$1558)))))
And I have the same problem, i.e. VALUE or N/A errors or numbers that are too high.
I've also tried COUNTIFS but had the same problems.
And I tried pivot tables but again the numbers were higher than the total of actual clients.
Please, please help! It's got to the point where I'm really down on myself as I feel so stupid. (I have learning difficulties).
Many thanks,
Anya
P.S. I can post an example this evening (UK Time) if need be but I'm at work at present and where this is strictly not permitted, regrettably. Please forgive this.
I have a table with various columns.
- Cells in Column A can contain one of "First", "Same", "Last", "Unique".
- Cells in column B specify whether or not a client is homeless. So cells in this column can contain any one of "Homeless", "Not Homeless", "N/A"
- Finally, Cells in column C specify whether an individual has a health need. So each cell could contain any one of "Health Need", "No Need", "N/A".
I'd like to count, for example, how many clients are homeless and have a health need and are either first or unique.
I've tried:
=SUMPRODUCT((OR(ISNUMBER(SEARCH({"First","Unique"},AMCN!$BD$2:AMCN!$BD$1558))))*(ISNUMBER(SEARCH("*Health Need*",AMCN!$BI$2:AMCN!$BI$1558)))*(ISNUMBER(SEARCH("*Homeless*",AMCN!$BO$2:AMCN!$BO$1558))))
and I seem to get either VALUE or N/A errors, or I get numbers that are clearly far to high, i.e. greater than the total number of clients in the spreadsheet!
I also need to count all variations of the above, so for example, are not homeless and have a health need and are either first or unique.
=SUMPRODUCT((OR(ISNUMBER(SEARCH({"First","Unique"},AMCN!$BD$2:AMCN!$BD$1558))))*(ISNUMBER(SEARCH("*Health Need*",AMCN!$BI$2:AMCN!$BI$1558)))*(not(ISNUMBER(SEARCH("*Homeless*",AMCN!$BO$2:AMCN!$BO$1558)))))
And I have the same problem, i.e. VALUE or N/A errors or numbers that are too high.
I've also tried COUNTIFS but had the same problems.
And I tried pivot tables but again the numbers were higher than the total of actual clients.
Please, please help! It's got to the point where I'm really down on myself as I feel so stupid. (I have learning difficulties).
Many thanks,
Anya
P.S. I can post an example this evening (UK Time) if need be but I'm at work at present and where this is strictly not permitted, regrettably. Please forgive this.