Greetings, I have a worksheet with 737 columns; A1:ABI64 - below is a small representation of it. In cells B11:B18 I want to add a formula to reference the person in column A and count the 0's for that person, in the range A1:ABI64. What is the best way of doing this please? I have tried arrayformula() sumproduct() and a combination of sum() and lookup() but to no avail. Thank you.
A | B | C | D | E | F | G | |
1 | Brad | 1 | 0 | 0 | 2 | 1 | 1 |
2 | Brandon | 5 | 4 | 6 | 6 | 5 | 7 |
3 | Brian | 0 | 6 | 7 | 1 | 7 | 8 |
4 | Chris | 9 | 7 | 5 | 10 | 8 | 6 |
5 | Clement | 0 | 0 | 7 | 1 | 1 | 8 |
6 | Dale | 1 | 0 | 9 | 2 | 1 | 10 |
7 | Dan | 8 | 2 | 9 | 9 | 3 | 10 |
8 | Dario | 0 | 3 | 0 | 1 | 4 | 1 |
9 | |||||||
10 | |||||||
11 | Brad | ||||||
12 | Brandon | ||||||
13 | Brian | ||||||
14 | Chris | ||||||
15 | Clement | ||||||
16 | Dale | ||||||
17 | Dan | ||||||
18 | Dario |