I have a spreadsheet that appears as follows:
And on another worksheet I have a table that looks as follows:
What I'm looking for is a formula that I can enter in the blank spaces under column B & C that will count the number of appearnces the spkr8 or spkr16 value shows up for each of the phone ID's and provides a result as follows:
Make sense? Can anyone help?
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | PhoneID | SpeakerModel | ||||
2 | 200 | spk8 | ||||
3 | 200 | spk8 | ||||
4 | 200 | spk8 | ||||
5 | 200 | spk8 | ||||
6 | 200 | spk8 | ||||
7 | 200 | spk16 | ||||
8 | 201 | spk8 | ||||
9 | 201 | spk8 | ||||
10 | 201 | spk16 | ||||
11 | 201 | spk16 | ||||
12 | 202 | spk8 | ||||
13 | 202 | spk8 | ||||
14 | 202 | spk8 | ||||
15 | 202 | spk8 | ||||
16 | 203 | spk16 | ||||
17 | 203 | spk16 | ||||
18 | 204 | spk16 | ||||
19 | 204 | spk16 | ||||
20 | 204 | spk16 | ||||
21 | 204 | spk16 | ||||
22 | 204 | spk8 | ||||
Sheet2 |
And on another worksheet I have a table that looks as follows:
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | PhoneID | spk8 | spk16 | |||
2 | 200 | |||||
3 | 201 | |||||
4 | 202 | |||||
5 | 203 | |||||
6 | 204 | |||||
Sheet1 |
What I'm looking for is a formula that I can enter in the blank spaces under column B & C that will count the number of appearnces the spkr8 or spkr16 value shows up for each of the phone ID's and provides a result as follows:
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | PhoneID | spk8 | spk16 | |||
2 | 200 | 5 | 1 | |||
3 | 201 | 2 | 2 | |||
4 | 202 | 4 | 0 | |||
5 | 203 | 0 | 2 | |||
6 | 204 | 2 | 4 | |||
Sheet1 |
Make sense? Can anyone help?