P
Peo Sjoblom
DSUM will always need a criteria range, you could use sumproduct (or in
sumif in some cases) to get the same result
=SUMPRODUCT(--(Range1>1),Range2)
where Range1 would be the range where the criteria is applied on and Range2
the range where you sum
with sumif
=SUMIF(Range1,">1",Range2)
sumif in some cases) to get the same result
=SUMPRODUCT(--(Range1>1),Range2)
where Range1 would be the range where the criteria is applied on and Range2
the range where you sum
with sumif
=SUMIF(Range1,">1",Range2)