I want to do the total and then place in between and then add another row and subtract it below is the example
Input:
Description | Amount |
Buy | 123 |
Sell | 156 |
Purchase | 145 |
Debit | 156 |
Total = Buy + Sell
Difference = Purchase - Total
Output:
Description | Amount |
Buy | 123 |
Sell | 159 |
Total | 282 |
Purchase | 145 |
Difference | -137 |
Solved! Go to Solution.
@gautiergodard haha seems i made it way more complex than needed haha
@Sshasnk Did this work?