• 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.

Need an appropriate formula - Kindly help me out

Dear Friends,

Kindly suggest me an appropriate formula for the attached sheet. Here, would like to consolidate the month wise figures in G column for all the months.

Please help me in this regard.

Thanks in advance,
Kumar
 

Attachments

  • Formula Request.xlsx
    10.1 KB · Views: 10
Hi
one more

{=SUMPRODUCT(IF(MONTH($A$2:$A$25)=MONTH(F4),$C$2:$C$25))}

Its array formula, Press Ctrl+Shift+Enter


Without array

=SUMPRODUCT(--(MONTH($A$2:$A$25)=MONTH(F4)),$C$2:$C$25)
 
Back
Top