Hi I have Data below
What I need to do is count the values in Column A and Show the top 3 where column B has abc
In Example below In Column A Tom appears 4 times, **** 3, harry 2 and mary 6 however i only want it to count where column B is abc
So Tom is 1, **** is 3, harry is 2 and mary 0
so end result in F2 would be:
F G
**** 3
harry 2
tom 1
What I need to do is count the values in Column A and Show the top 3 where column B has abc
In Example below In Column A Tom appears 4 times, **** 3, harry 2 and mary 6 however i only want it to count where column B is abc
So Tom is 1, **** is 3, harry is 2 and mary 0
so end result in F2 would be:
F G
**** 3
harry 2
tom 1
A | B | |
1 | tom | abc |
2 | **** | abc |
3 | harry | abc |
4 | mary | |
5 | tom | |
6 | **** | abc |
7 | harry | abc |
8 | mary | |
9 | mary | |
10 | mary | |
11 | mary | |
12 | mary | |
13 | tom | |
14 | tom | |
15 | **** | abc |
|