Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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