Formula Yields Slow response

S

Steve

Hi
I have a data sheet with hourly recordings of 220 data points. I have a
summary that retrieves the data for the monthly peak of point 78 (Col BA). I
am using the following array formula copied across to populate the summary.

=IF((ROW()-8794)<MONTH(NOW()),OFFSET($A$1,MATCH(MAX(IF((MONTH($A$2:$A$8785)=(ROW()-8794)),$BZ$2:$BZ$8785)),$BZ$2:$BZ$8785,0),COLUMN()-2),"")

I added the if on the beginning to keep from getting errors on those future
months.
I realize there are almost 2 mil cells in my range but the response is
painfully slow. Is there anything that i can do to speed up this process.
Thanks
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Slow response 0
Is it possible? 1
2003: Slow Response on ClearContents 8
Please help 10
SUMPRODUCT with date range running slow 1
If Statement Error 12
Enter the result of a formula using VBA 7
Which formula to use? 3

Top