Hi Everyone -
I've been stumbling around trying to problem solve a massive spreadsheet I have. I know how to do what I want in very laboriously - but with 15 columns, I'd really, really, really, really, really like to avoid that.
Here's a sample data set
Here's the sort of results I need:
Food: 2 reported and 2 not reported, 50% and 50%
Water: 2 reported and 2 not reported, 50% and 50%
Bedding: 2 reported and 2 not reported, 50% and 50%
Heat: 3 reported and 1 not reported, 75% and 25%
Food and water and bedding and heat: 0 reported and 4 not reported
Food and water and bedding: 0 reported and 4 not reported
Food and water: 1 reported, 3 not reported
Food and bedding: 1 reported, 3 not reported
Food and heat: 1 reported, 3 not reported
Water, bedding, heat: 1 reported, 3 not reported
And basically every permutation like that.
I can get the reporteds and not reporteds via filters and pivot tables and count ifs - but running the permutations is doing my head in a bit and I'm afraid I'm making data errors.
Suggestions?
Thanks!
I've been stumbling around trying to problem solve a massive spreadsheet I have. I know how to do what I want in very laboriously - but with 15 columns, I'd really, really, really, really, really like to avoid that.
Here's a sample data set
Food | Water | Bedding | Heat | |
1 | Reported | Reported | Not reported | Reported |
2 | Not reported | Not reported | Not reported | Reported |
3 | Reported | Not reported | Reported | Not Reported |
4 | Not reported | Reported | Reported | Reported |
Here's the sort of results I need:
Food: 2 reported and 2 not reported, 50% and 50%
Water: 2 reported and 2 not reported, 50% and 50%
Bedding: 2 reported and 2 not reported, 50% and 50%
Heat: 3 reported and 1 not reported, 75% and 25%
Food and water and bedding and heat: 0 reported and 4 not reported
Food and water and bedding: 0 reported and 4 not reported
Food and water: 1 reported, 3 not reported
Food and bedding: 1 reported, 3 not reported
Food and heat: 1 reported, 3 not reported
Water, bedding, heat: 1 reported, 3 not reported
And basically every permutation like that.
I can get the reporteds and not reporteds via filters and pivot tables and count ifs - but running the permutations is doing my head in a bit and I'm afraid I'm making data errors.
Suggestions?
Thanks!