Hi everyone,
I want to ask how can I add two columns together in Alteryx.
I have the first column which is the identifier [Person_ID] and I have the second column [Number_1] and the third column [Number_2]. My question is, how can I calculate the sum of the [Number_1] column and the [Number_2] column?
| Person_ID | Number_1 | Number_2 | Sum |
| 1247 | 18 | 4 | ? |
| 2345 | 5 | 5 | ? |
| 6789 | 5 | 7 | ? |
| 9876 | 6 | 5 | ? |
Thank you in advance for your help!
Solved! Go to Solution.
