I have two columns of numbers (A & B). I need to calculate the first hundred units in both columns A & B. Then I need the sum of what is left over after the first hundred units. But I need to keep the totals in columns A & B separated (because ultimately they'll be multiplied by different dollar amounts). Is there a formula that will help me achieve these results? See example below:
To be honest, I'm not even sure if a formula can achieve these results. We've been doing the calculation "manually" for a long time. Today, I thought I would try to see if anyone could help me out with formula to eliminate the time we spend calculating these numbers. Thank you in advance!
A | B | |
1 | 10 | 5 |
2 | 10 | 0 |
3 | 25 | 5 |
4 | 25 | 0 |
5 | 10 | 0 |
6 | 25 | 0 |
7 | 10 | 5 |
8 | 10 | 5 |
9 | 10 | 5 |
First hundred units in both columns A & B | 90 | 10 |
Remaining units in both columns A & B | 45 | 15 |
To be honest, I'm not even sure if a formula can achieve these results. We've been doing the calculation "manually" for a long time. Today, I thought I would try to see if anyone could help me out with formula to eliminate the time we spend calculating these numbers. Thank you in advance!