• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

YTD SUM formula using SUMIFS

I would like to know the formula to sum the month YTD as total and want to change as the month passed

Ex: Currently in July need data to sum up of June YTD with multiple criteria, however as soon as we enter into August, need to sum till July YTD without changing any range in formula every month, attached excel for a sample calculation colored in Yellow using SumIF but is a manually range to be increased every month which i want it to be considered automatically by using formula
 

Attachments

  • YTD SumIfS Formulae.xlsx
    9.9 KB · Views: 6
Try,

In R6, formula copied right to S6 and all copied down :

=SUMIF(OFFSET($C$5,,,,MATCH(TEXT(TODAY(),"mmm"),$C$4:$Q$4,0)-1),R$5,$C6)

Regards
Bosco
 

Attachments

  • YTD SumIfS Formulae(1).xlsx
    10.4 KB · Views: 16
Back
Top