+ Reply to Thread
Results 1 to 2 of 2

SUM Values Values Stands in Matrix

Hybrid View

  1. #1
    Registered User
    Join Date
    01-09-2014
    Location
    lahore,pakistan
    MS-Off Ver
    Excel 2010
    Posts
    34

    SUM Values Values Stands in Matrix

    Dear Genius,

    Respected Genius,
    I want to sum the values of columns by selecting the name from the row and dates from the columns.


    I have attached the file For the better understanding.

    Thanking in Advance
    Attached Files Attached Files

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,915

    Re: SUM Values Values Stands in Matrix

    Try
    =SUMIFS(INDEX($B$2:$G$5,MATCH($B$9,$A$2:$A$5,0),),$B$1:$G$1,">="&$B$10,$B$1:$G$1,"<="&$B$11)
    or
    =SUMPRODUCT(($B$2:$G$5)*($A$2:$A$5=$B$9)*($B$1:$G$1>=$B$10)*($B$1:$G$1<=$B$11))
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SUM Values Values Stands in Matrix
    By atif574 in forum Excel General
    Replies: 1
    Last Post: 11-16-2015, 06:03 AM
  2. [SOLVED] Help with VBA to populate a matrix of values?
    By kylec123 in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 05-29-2015, 04:33 PM
  3. Replies: 2
    Last Post: 11-05-2014, 03:41 AM
  4. Search for value within matrix of MAX and MIN values
    By driver_excel in forum Excel General
    Replies: 2
    Last Post: 11-07-2011, 05:03 PM
  5. Summing matrix values based on X & Y axis values
    By vtbigmac in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-24-2009, 01:29 PM
  6. Userform's listbox values depending on values on certain matrix
    By Juhanen II in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 08-19-2008, 08:01 AM
  7. [SOLVED] calculating matrix values
    By Jason M in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-02-2005, 03:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1