mrstaggart
MIS
If I use SUMIF or CountIF formulas then paste to the 20 cells in a filtered list, it takes 5 minutes (I've timed it with a stopwatch) and one of my dual CPUs is pegged the whole time. I have turned off auto-calculation and it makes no difference. As far as I can tell, it seems to be taking this long to modify the range of cells in the formulas (changing A4:A104 to A6:A106). Any advise on settings to change or other things to look for that can speed this up so it doesn't take hours to copy a formula to 400 cells? (which, when a coworker does it in 2007, takes 10 seconds)?
Sample formula to show total revenue only for clients that are "Include" = YES:
=if(and(A2=A3, c2="YES"), sumif(A3:A103, A2, b3:b103), 0)
Filter for Blank in Column B then paste to all three rows - it takes 2 minutes!
A B C
Client ID Revenue Include?
101 <formula> YES
101 3215
101 502
101 199
101 3717
102 <formula>
102 382
102 114
102 375
102 400
102 29
102 675
103 <formula> YES
103 199
103 332
103 520
103 798
103 119
Sample formula to show total revenue only for clients that are "Include" = YES:
=if(and(A2=A3, c2="YES"), sumif(A3:A103, A2, b3:b103), 0)
Filter for Blank in Column B then paste to all three rows - it takes 2 minutes!
A B C
Client ID Revenue Include?
101 <formula> YES
101 3215
101 502
101 199
101 3717
102 <formula>
102 382
102 114
102 375
102 400
102 29
102 675
103 <formula> YES
103 199
103 332
103 520
103 798
103 119