Results 1 to 9 of 9

Sum Values in a Table Matching Specific Row and Column Values

Threaded View

  1. #4
    Registered User
    Join Date
    07-09-2014
    Location
    Indianapolis, Indiana, USA
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Sum Values in a Table Matching Specific Row and Column Values

    Ford,

    Thanks so much for the help! I typically do keep the headings the same but unfortunately this report that is generated is in one of our financial systems and it doesn't allow us to modify the outputs for the periods. So, I have to work with the "001/2014" format but I don't want to show periods in my summary since there are 16 financial periods in a year. So, with that being said...will the formulas below work with the outputs that I have to work with? Also, could you explain the use of OFFSET in this scenario and why it's beneficial? Thanks!

    Dustin

    Quote Originally Posted by FDibbins View Post
    Hi and welcome to the forum

    1 of the 1st things you need to learn, is keep your headings in the same format wherever possible. For instance in Summary, you have actual dates (which are numeric), but on Report, you have just text. Then you can use this for the 1st column...
    =SUMIF(Report!$A$4:$A$39,Summary!B$1,OFFSET(Report!$G$4,0,MATCH($A2,Report!$G$2:$R$2,0)-1,COUNTA(Report!A:A)-1,1))
    and this for the "others"
    =SUM(OFFSET(Report!$G$4,0,MATCH($A2,Report!$G$2:$R$2,0)-1,COUNTA(Report!A:A)-1,1))-B2
    Last edited by dubasteins; 07-12-2014 at 01:51 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Excel-13 Add values in array matching specific row labels, column labels within date range
    By fadeoutagain27 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-18-2014, 03:55 PM
  2. Replies: 3
    Last Post: 01-23-2014, 01:30 PM
  3. Replies: 1
    Last Post: 07-24-2013, 05:18 AM
  4. Table Lookup using 3 matching column values
    By mluetkem in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-09-2012, 01:38 PM
  5. Macro Loop to Extract Specific Values and Min/Max Values From Column/Rows Range
    By ExcelQuestFL in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 12-19-2010, 09:19 AM

Tags for this Thread

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