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

Formula help [SOLVED]

aparvez007

Member
Hi Ninja's,

I please check uploaded file I want formula for sum of target.
I have area and month drop down in J3 & D3 respectively.
I put the desire output in cell p10 & p11.

Regards,
pAvi
 

Attachments

  • Sample.xlsx
    33.1 KB · Views: 8
Hello Pavi,

Since you already have helper row in Target!B1:BZ1, you could use simple SUMIF,

=SUMIF(Target!A:A,O10,INDEX(Target!B:BZ,0,MATCH(A$1,Target!B$1:BZ$1,0)))
 
Back
Top