Here is what I need to do. I have a file that consists of contract number, Item code and charged amount. What I want is to first sum the charge amounts for the contract giving me a total value of the contract. Then sum the total value of the contract based on ranges 1 - 10,000, 10,001 - 20,000 and so on. The final result will give me a total value of the contracts that are in these individual ranges.
In other word all of the contracts with a value between 1 and 10,000 add up to this amount.
How can this be done?
Thanks in advance for your help
Joe