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

How to pick sum range

Hi Guys
I have few columns named "x,y,x" and rows names "a,b,c,d" but name is rows are repetative. I need to calculate sum of range selected in my sheet below.
Please help me guys.
Thanks
Ratan Bhushan
 

Attachments

Hi Ratan -

Use the below formula in C14 of your file

SUMPRODUCT(($B$2:$D$10)*($B$1:$D$1=$C$12)*($A$2:$A$10=$C$13))
 
Back
Top