M
Mike
I have a workbook with a summary sheet and a sheet for each month. Daily I
enter in information on promised jobs for particular accounts (late, early,
on time...). As I enter this data, all my functions do their thing and
update my monthly and yearly summaries. I recently added some
functions/formulas in an area that has 5 columns x 2000 rows; each cell with
a similar formula to:
=SUMPRODUCT(('April 2008'!$C$15:$C$659=$E38)*('April
2008'!$G$15:$G$659>0))+SUMPRODUCT(('May 2008'!$C$15:$C$659=$E38)*('May
2008'!$G$15:$G$659>0))+SUMPRODUCT(('June 2008'!$C$15:$C$659=$E38)*('June
2008'!$G$15:$G$659>0))+SUMPRODUCT(('July 2008'!$C$15:$C$659=$E38)*('July
2008'!$G$15:$G$659>0))+SUMPRODUCT(('August 2008'!$C$15:$C$659=$E38)*('August
2008'!$G$15:$G$659>0))+SUMPRODUCT(('September
2008'!$C$15:$C$659=$E38)*('September
2008'!$G$15:$G$659>0))+SUMPRODUCT(('October
2008'!$C$15:$C$659=$E38)*('October
2008'!$G$15:$G$659>0))+SUMPRODUCT(('November
2008'!$C$15:$C$659=$E38)*('November
2008'!$G$15:$G$659>0))+SUMPRODUCT(('December
2008'!$C$15:$C$659=$E38)*('December 2008'!$G$15:$G$659>0))
This particular one I use to count how many jobs a particular account has
received after their requested date. Since I added this my data entry has
slowed down tremendously due to what I can only assume is far too many
calculations. Is there a way to record a macro that will tell all my
calculations to 'start' after I enter all the data in? That way I can walk
away after I am done and let it update. The other possibility is maybe a
simpler formula. Not quite sure. Any help would be appreciated.
enter in information on promised jobs for particular accounts (late, early,
on time...). As I enter this data, all my functions do their thing and
update my monthly and yearly summaries. I recently added some
functions/formulas in an area that has 5 columns x 2000 rows; each cell with
a similar formula to:
=SUMPRODUCT(('April 2008'!$C$15:$C$659=$E38)*('April
2008'!$G$15:$G$659>0))+SUMPRODUCT(('May 2008'!$C$15:$C$659=$E38)*('May
2008'!$G$15:$G$659>0))+SUMPRODUCT(('June 2008'!$C$15:$C$659=$E38)*('June
2008'!$G$15:$G$659>0))+SUMPRODUCT(('July 2008'!$C$15:$C$659=$E38)*('July
2008'!$G$15:$G$659>0))+SUMPRODUCT(('August 2008'!$C$15:$C$659=$E38)*('August
2008'!$G$15:$G$659>0))+SUMPRODUCT(('September
2008'!$C$15:$C$659=$E38)*('September
2008'!$G$15:$G$659>0))+SUMPRODUCT(('October
2008'!$C$15:$C$659=$E38)*('October
2008'!$G$15:$G$659>0))+SUMPRODUCT(('November
2008'!$C$15:$C$659=$E38)*('November
2008'!$G$15:$G$659>0))+SUMPRODUCT(('December
2008'!$C$15:$C$659=$E38)*('December 2008'!$G$15:$G$659>0))
This particular one I use to count how many jobs a particular account has
received after their requested date. Since I added this my data entry has
slowed down tremendously due to what I can only assume is far too many
calculations. Is there a way to record a macro that will tell all my
calculations to 'start' after I enter all the data in? That way I can walk
away after I am done and let it update. The other possibility is maybe a
simpler formula. Not quite sure. Any help would be appreciated.