Is it possible to restrict Multi-Row Formula tool to work on specific rows and not on complete sheet?
I have few rows where I am removing duplicates but its impacting in other rows where I don't want to change.
GL a/c Description | Company Code | Account Code | Dr | Cr | Description |
Net pay clearing | 660 | 226100 | 26353178 | -26353178 | Net Pay salary - |
Net pay clearing | 660 | 226100 | 26353178 | -26353178 | Net Pay salary - |
Payroll Tax payable clearing | 660 | 226200 | 15000 | -15000 | P.Tax - remittance made |
Payroll Tax payable clearing | 660 | 226200 | 15000 | -15000 | P.Tax - remittance made |
Solved! Go to Solution.
hi @AjaySetty
You can do this by writing the IF function with the multi-Row tool.
E.g
IF < qualified condition>
THEN <do what you want the multi row tool to do>
ELSE <keep the values to the current row value>
ENDIF
If you share the mock-up data, the community members can help you do a mock-up solution.
dawn.
Hi @AjaySetty
In situations like these you need to precisely define the rules of when you want to apply the changes and when you don't. For instance the following workflow gives you the output your looking for, but probably not for the reasons that you want.
It adds a subrowID and then uses this to remove the alternate values from the CR and DR columns, to give you this.
The output matches your requirements, but likely won't work with your real data. In order to get something that works in all cases, you need to explicitly write down the rules to transform your input into your outputs for all cases. Your situation probably includes rules like the following and most likely others
- If the previous debit is the same as the current one then 0 the current
- if the next credit is the same as the current then 0 out the current
Without a set of rules, we have no way of knowing what you want to do.
Dan
exactly
Thanks for the solution, spent a lot of time experimenting with different criteria's and got almost closer to what you suggested.
That helps.
User | Count |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |