Hi,Originally Posted by daljaxon
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.
Good to see that you have a solution, and thanks for your response.
---
Bookmarks