Hi ,
Long Question alert !!
I need help on speeding up the sumproduct function in my company sheet.
This is the scenario. This is basically for a Daily Progress Report for a construction site.(dpr)
1. I have set up the collection sheet where all engineers would enter that day's activities and qty performed in 8 different clusters(mini projects)
2. The management needs to get a DPR based on that.
3. the dpr needs to be categorised in different activities and in the 8 different clusters.
4. They need the qty achieved and the cumulative qty everyday.
5. I tried doing this using the Sumproduct function.
Format of Collection sheet
-----------------------------------
Date | Activity | Location | Achieved Qty|
Format of DPR Sheet
--------------------
DPR Date:12 mar 2012 (or other)
Cumulative Date: 12 mar 2012 (or other)
Location | Item | Excavation| PCC |Etc
--------------------------------------------------------
A |Achieved | 100 |
|Cumulative | 2000 |
---------------------------------------------------------
B
---------------------------------------------------------
C
D
For calulating Achieved, I used the collection sheet
=SUMPRODUCT(1*('Excavation'=Activity Column'),1*('A'=Location Column),(1*(DPR Date =Date Column)),(Qty Column))
For Calculating Cumulative , I made another sheet with format
Exc PCC Etc
A formula
B
C
formula
=SUMPRODUCT(1*('Excavation'=Activity Column),1*('A'=Location Column),(1*(DPR Date >= Date Column)),(Qty Column))
Problem
1. Formuala is tooo slow.
2. Can we get the achieved qty between 2 dates?
Sorry for the long question?
Thanks in Advance
Bye,
Prashanth
Long Question alert !!
I need help on speeding up the sumproduct function in my company sheet.
This is the scenario. This is basically for a Daily Progress Report for a construction site.(dpr)
1. I have set up the collection sheet where all engineers would enter that day's activities and qty performed in 8 different clusters(mini projects)
2. The management needs to get a DPR based on that.
3. the dpr needs to be categorised in different activities and in the 8 different clusters.
4. They need the qty achieved and the cumulative qty everyday.
5. I tried doing this using the Sumproduct function.
Format of Collection sheet
-----------------------------------
Date | Activity | Location | Achieved Qty|
Format of DPR Sheet
--------------------
DPR Date:12 mar 2012 (or other)
Cumulative Date: 12 mar 2012 (or other)
Location | Item | Excavation| PCC |Etc
--------------------------------------------------------
A |Achieved | 100 |
|Cumulative | 2000 |
---------------------------------------------------------
B
---------------------------------------------------------
C
D
For calulating Achieved, I used the collection sheet
=SUMPRODUCT(1*('Excavation'=Activity Column'),1*('A'=Location Column),(1*(DPR Date =Date Column)),(Qty Column))
For Calculating Cumulative , I made another sheet with format
Exc PCC Etc
A formula
B
C
formula
=SUMPRODUCT(1*('Excavation'=Activity Column),1*('A'=Location Column),(1*(DPR Date >= Date Column)),(Qty Column))
Problem
1. Formuala is tooo slow.
2. Can we get the achieved qty between 2 dates?
Sorry for the long question?
Thanks in Advance
Bye,
Prashanth