Hi everyone
In extension to my previous (now solved) post surrounding a skills matrix style data set, I want to perform a COUNTIF related function on the following data set and in particular the 'Skill Score' column:
| Email address | Skill (new column name) | Skill Score (new column name) |
| example1.example1@xyz.com | Skill 1 | 2 |
| example1.example1@xyz.com | Skill 2 | 1 |
| example1.example1@xyz.com | Skill 3 | 3 |
| example1.example1@xyz.com | Skill 4 | 3 |
| example1.example1@xyz.com | Skill 5 | 3 |
example2.example2@xyz.com | Skill 1 | 0 |
| example2.example2@xyz.com | Skill 2 | 3 |
| example2.example2@xyz.com | Skill 3 | 3 |
| example2.example2@xyz.com | Skill 4 | 1 |
| example2.example2@xyz.com | Skill 5 | 0 |
A score of 3 has a higher weight than a 1 or 2, so I want to count the number of each response (0, 1, 2 and 3) as I want to visualise the spread of the respondent's skill level.
In Excel I would typically write a COUNTIF formula at the foot of the data set and count the responses .
Which is the best way I can do this in Alteryx? I've been playing around with the Summarize tool and the COUNIF does not feature - should I be using the Formula tool?
Thanks
KA