pawebb
Board Regular
- Joined
- Aug 10, 2007
- Messages
- 136
Need a little help writing a formula that will calculate the number of times a contract is used each month. Problem is that RMA numbers sometimes repeat. So I need to count the contract number for every unique RMA in a month. 
Thanks for looking...
example.xls | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | RMA | Date | Contract | QTY | ||||||
2 | 81617136 | Jan2007 | 3187984 | 1 | contracts | Jan2007 | Shouldequal | |||
3 | 81622934 | Jan2007 | 3187984 | 1 | 3187984 | 3 | ||||
4 | 81628636 | Jan2007 | 1018636 | 1 | 1018636 | 1 | ||||
5 | 81628636 | Jan2007 | 1018636 | 1 | 3187947 | 2 | ||||
6 | 81625956 | Jan2007 | 3187947 | 1 | ||||||
7 | 81625956 | Jan2007 | 3187947 | 1 | ||||||
8 | 81617283 | Jan2007 | 3187947 | 1 | ||||||
9 | 81620564 | Jan2007 | 3187984 | 1 | ||||||
Sheet1 |
Thanks for looking...