I have two columns Column M which has a set of details say server type and another column K which contains the alert types received. Now in the next sheet I want the result as check for the specific server type in column K and then to check for a specific alert and write the count of the number of times the a specific alert occurred.
Column K Column M
**Sub Component** **Server Type**
Unknown Application Batch 1
CPU INC 4
Process ASSUMPTIVE 1
Filesystem INFRA
Disk INFRA
FileSystem INFRA
Unknown ASSUMPTIVE 1
FileSystem ASSUMPTIVE 1
So the result am looking is:
In server Infra how many Filesystem alerts came (answer = 2)
In server Assumptive 1 how many Process alerts came (answer = 1)
So like this for all the servers I need to know the count of the individual alerts received
