J
JoeU2004
I have a question about variable ranges like A:A compared to fixed ranges
like A1:A18000. I asked the question in another thread. But I suspect it
got lost in the "noise".
I don't think my question is specific to SUMIFS. But to illustrate....
I think Biff meant to write "there may be a significant difference in
efficiency", to dovetail with his comment that "SUMIFS only calculates based
on the used range".
(Right, Biff?)
I presume that is based on the assumption that some range property (I forget
which one) demarcates the last-used cell in a column. Right?
Is that demarcation always correct?
In Excel 2003, I notice that when I put a value or formula in some distance
cell (e.g. AI65000), then delete it, ctrl+End still goes to that distance
cell :-(.
Does that also screw up the last-used cell demarcation in that column? For
example, would that cause the range AI:AI to be processed as AI1:AI65000,
for example? In Excel 2007 as well as Excel 2003?
like A1:A18000. I asked the question in another thread. But I suspect it
got lost in the "noise".
I don't think my question is specific to SUMIFS. But to illustrate....
Another advantage is that SUMIFS only calculates based
on the used range.
There is no difference in efficiency between these formulas:
=SUMIFS(E:E,A:A,"w",B:B,"x",C:C,"y",D,"z")
=SUMIFS(E1:E18000,A1:A18000,"w",B1:B18000,"x",C1:C18000,"y",D118000,"z")
I think Biff meant to write "there may be a significant difference in
efficiency", to dovetail with his comment that "SUMIFS only calculates based
on the used range".
(Right, Biff?)
I presume that is based on the assumption that some range property (I forget
which one) demarcates the last-used cell in a column. Right?
Is that demarcation always correct?
In Excel 2003, I notice that when I put a value or formula in some distance
cell (e.g. AI65000), then delete it, ctrl+End still goes to that distance
cell :-(.
Does that also screw up the last-used cell demarcation in that column? For
example, would that cause the range AI:AI to be processed as AI1:AI65000,
for example? In Excel 2007 as well as Excel 2003?