K
kev carter
hi
i have a worksheet with a lot of data on it
column A contains the date
column B contains an area
column C contains the fault
column D contain a quantity
A B C
D
1/4/04 stores damaged
10
7/4/04 bins rust
60
31/12/04 floor wet
100
what i want to do is return quantity for a date range(one week)
once the week range is checked the area and fault are checked
i could have 12 faults for one area
there are 10 areas and 12 faults plus 52 weeks this is a lot of formulas
the formula i am using is
=SUMPRODUCT(--(A1:A100>=DATE(2004,4,1)),--(A1:A100<=DATE(2004,4,7)),--(
B1:B100="stores"),--(C1:C100="damaged"),D1
100)
anyone got any ideas how i can
i counted over 6000 formulas
can this be done in VBA or anyother method(not pivot table, i need to retain
the values for 12 months)
Thanks in advance
kevin
i have a worksheet with a lot of data on it
column A contains the date
column B contains an area
column C contains the fault
column D contain a quantity
A B C
D
1/4/04 stores damaged
10
7/4/04 bins rust
60
31/12/04 floor wet
100
what i want to do is return quantity for a date range(one week)
once the week range is checked the area and fault are checked
i could have 12 faults for one area
there are 10 areas and 12 faults plus 52 weeks this is a lot of formulas
the formula i am using is
=SUMPRODUCT(--(A1:A100>=DATE(2004,4,1)),--(A1:A100<=DATE(2004,4,7)),--(
B1:B100="stores"),--(C1:C100="damaged"),D1
anyone got any ideas how i can
i counted over 6000 formulas
can this be done in VBA or anyother method(not pivot table, i need to retain
the values for 12 months)
Thanks in advance
kevin