
Originally Posted by
Bryan Hessey
Hi,
yes, the formula were for the more usual figures where the 30 day figure excludes the 60 day, and the 60 day excludes the 90 day, and the 90 day excludes the 120 day etc. The Sumproduct version for your newly amended figures would be
=SUMPRODUCT(--(C9:C100<TODAY()-30)*(D9:D100))
=SUMPRODUCT(--(C9:C100<TODAY()-60)*(D9:D100))
=SUMPRODUCT(--(C9:C100<TODAY()-90)*(D9:D100))
which would agree with the figures shown, but this can also be achieved via the Sumif with a helper column as you have discoverd.
Bookmarks