I appreciate if this question has been asked before but I was wandering if I can get a little more in debt solution,
1. I have a formula in excel =COUNTIFs(A:A,A3,B:B,B3,C:C,C3) which generates new column with a result value and I want to apply the exact formula in Alteryx, Fairly new and I appreciate a some detail and steps
Solved! Go to Solution.
@dmckee You can have whatever data you want in columns A,B,C. I am assuming this is your input data in excel. Then you are calculating your countifs formula in Column D:
In the alteryx world, the latest workflow that I posted would take that same data in Columns A,B,C and calculate Column D:
Hopefully I've answered your original question ( COUNTIFS(A:A,A3,B:B,B3,C:C,C3) in excel has been replicated in Alteryx)
Perfect I will start some test and thanks for your help it was great.
I have to take multiple column values and check if any value is >35 and then get the count. Like
A B C count
0 36 40 2