We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to find the count of occurance

Priyap2023
5 - Atom

I want to find the count of occurance of list of words in a column.  Example I have list of words as below,

 

1.Violation 

2.Vulnerability 

 

I want to count the occurance of these words in summary column of the excel file

 

Summary column values

1. Violation identified in abc

2. Vulnerability are identified in xyz

3. Violation identified in ccccc

 

Expected output:

Violation 2

Vulnerability 1

1 REPLY 1
binuacs
21 - Polaris

@Priyap2023 One way of doing this

binuacs_0-1683623849833.png

 

Labels
Top Solution Authors