jerry12302
Active Member
- Joined
- Apr 18, 2005
- Messages
- 456
- Office Version
- 2010
- Platform
- Windows
I have a sample table below to illustrate my problem, the numbers in red are what I'm looking for a formula to calculate, probably a sumproduct, although I'm open to any suggestions.
Weight through conduits are to be summed only once if they are repeated in any particular month. (DEF1000 is in building 2 and 5 in March, but its weight should only be summed once) I hope this makes sense.
Any suggestions would be appreciated.
Weight through conduits are to be summed only once if they are repeated in any particular month. (DEF1000 is in building 2 and 5 in March, but its weight should only be summed once) I hope this makes sense.
systemsfile.xls | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | |||
1 | Weight | (countconduitsonlyonceifduplicated) | ||||||||||||
2 | Building | Conduit | Type | Weight | Added | Removed | Jan-07 | Feb-07 | Mar-07 | Apr-07 | ||||
3 | BLDG1 | ABC999 | Metal | 100 | Dec-06 | Metal | 100 | 300 | 300 | 100 | ||||
4 | BLDG2 | DEF1000 | Plastic | 100 | Mar-07 | Jan-08 | Plastic | 300 | 400 | 400 | 300 | |||
5 | BLDG3 | ABC1001 | Metal | 200 | Mar-07 | |||||||||
6 | BLDG4 | ABC1002 | Plastic | 200 | Apr-06 | Detailforillustrationpurposes: | ||||||||
7 | BLDG5 | DEF1000 | Plastic | 100 | Sep-06 | Apr-07 | Metal | ABC999 | ABC999 | ABC999 | ABC999 | |||
8 | BLDG6 | ABC1000 | Plastic | 100 | Jun-07 | HIJ3000 | HIJ3000 | |||||||
9 | BLDG7 | HIJ3000 | Metal | 200 | Feb-07 | Mar-07 | ||||||||
10 | BLDG8 | ABC5000 | Plastic | 100 | Feb-07 | Plastic | ABC1002 | ABC1002 | ABC1002 | ABC1002 | ||||
11 | BLDG9 | HIJ3000 | Metal | 200 | Feb-07 | DEF1000 | DEF1000 | DEF1000 | ||||||
12 | ABC5000 | ABC5000 | ABC5000 | |||||||||||
Sheet3 |
Any suggestions would be appreciated.