As per attached file, Could you please let me know that how i can use Sum if function between years if I have month wise data
Thanks
As per attached file, Could you please let me know that how i can use Sum if function between years if I have month wise data
Thanks
Click on (*), if you agree.
Something like this, maybe??
=SUMIFS(B:B,$A:$A,">="&$F6,$A:$A,"<"&EDATE($F6,12))
I chaged the years to 01/01/xxxx and formatted them to look like years (column F)
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
perhaps, put in cell G6 :
=SUMPRODUCT(--(YEAR($A$6:$A$49)=$F6),B$6:B$49)
and copied down and cross
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks