I am new to Alteryx and would like to seek your help. I have a data like this and I would like to use alteryx to auto fill in the blank columns as highlighted in yellow. Please help. Thank you so much for your help.
Solved! Go to Solution.
Hi @atcodedog05 the logic is as follows:
- Row 1: start with cell contains "income", if the cell next to income is null() then fill with "income" until it reach cell contains "deduction", same logic apply for "deduction" until it reach cell "payment" then stop. Note that the number of "income" and deduction can change because the user may add new columns within these two groups.
- Row 2: same logic, start with cell contains "benefits in kind", if next cell is null() then fill with "benefits in kind" until it reach cell contains "total income" then stop.
- Row 3 no change.
However, the relation between the rows must be kept. Similar to this.
Please help. Thank you.
User | Count |
---|---|
103 | |
81 | |
66 | |
49 | |
40 |