Here is my basic problem. An Item can have multiple rows if it has multiple Cost Types.
I want to setup a formula that finds those rose that have multiple Cost Types and subtract A from B and replace the amount for A with the result or create a new row (call it A-B) and get rid of the original A and B rows for an item. I want to keep all As that don't have a corresponding B and all Cs.
What would the formula (or multi-field formula) look like?
Thank you for your assistance.
| Item | Cost Type | Amount |
| 99999 | A | 235253 |
| 10001 | A | 32423 |
| 10001 | B | 243523 |
| 10001 | C | 3235 |
| 54321 | A | 154325 |