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.

Count if Different Input

ramkrau
5 - Atom
Today is Day #1 of using Alteryx, so I have no clue what I'm doing... any help is appreciated!
 
I have two datasets that contain different item numbers, but both contain category information. I need to figure out how to get a column added to my first dataset that tells me how many times my category from dataset 1 is found in dataset 2. How can I get this to work out? A simplified workflow is attached that should represent my problem pretty accurately.
 
In excel, I'd just use a COUNTIF function and reference the separate workbook column, but I can't figure this out in alteryx.
4 REPLIES 4
Felipe_Ribeir0
16 - Nebula

Hi @ramkrau 

 

your excel input must be attached.

 

 

ramkrau
5 - Atom

Oops! I thought they would be included in the alteryx workflow package.

 
 
 
Luke_C
17 - Castor
17 - Castor

Hi @ramkrau 

 

A summarize tool with a count function followed by a join should get you what you want:

Luke_C_0-1666298574720.png

 

 

binuacs
21 - Polaris

@ramkrau One way of doing this

 

binuacs_0-1666304764394.png

 

Labels
Top Solution Authors