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

Sumifs with reference to multiple columns having same name

rakesh1510

New Member
what to keyin sumrange, where I have sums in 2-3 columns having same column name?
Criteria1:- suppose column names are Mag, Sha, Kic, Din, Mag, Sha.
Criteria 2:- 1,2,3...n.( S.no)

How to key in sumrange if one of my criteria is column names(lying in two-three columns) and other criteria is s.no.?

is there any other method to sum the requisite amount.?
Look into file attached and help me.
 

Attachments

  • SUMIFS.xlsb
    9 KB · Views: 21
You could use this method also..
60168

Select the area as selected in Screenshot and go to Formula tab and create the name range as highlighted in no 1 and select check box Left Column as shown in screenshot and after that u can use simple sumif function.
=SUMIF($D$2:$J$2,$D$12,INDIRECT($C$13))
 
Back
Top