Hi,
We're trying to create a workflow where the amounts in the "Credit" column should be calculated by first identifying the subaccount and multiplying the debit amount in the first line by the respective rate. For instance if the subaccount is 220 then we want the formula to be =debit * 0.08 (1,750 *0.08) and if the sub account is 320 then we want the formula to be =debit * 0.05 (1,750 *0.05). Is there a way to pull amounts in the formula based on different row values.
The top line is from a different input file that we merged with the bottom 2 lines. Would you know how we go about doing this in Alteryx?