+ Reply to Thread
Results 1 to 3 of 3

Using dates with SUMIFS(INDEX(Match,,,)

  1. #1
    Registered User
    Join Date
    12-09-2014
    Location
    Edinburgh
    MS-Off Ver
    2013
    Posts
    2

    Post Using dates with SUMIFS(INDEX(Match,,,)

    Hi there

    I have done a simple TblBankData with headers [Date][Category][Amount]. Using =SUMIFS(INDEX(TblBankData,,MATCH(F$1,TblBankData[#Headers],0)),TblBankData[[Category]:[Category]],$E2) I can add the total amount spent in the table for a given category.

    I would like to show <Category><Amount> grouped under <Month> columns. Now I know I can easily do this with a PIVOT chart; but I would like to be able to do this with an equation ..

    Any ideas?

    Many Thanks,
    Ian

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,938

    Re: Using dates with SUMIFS(INDEX(Match,,,)

    Ian,

    I not sure why you are using INDEX(TblBankData,,MATCH(F$1,TblBankData[#Headers],0)) if you truly have a table with just Date Category and Amount when TblBankData[[Amount]:[Amount]] will work.

    With Jan 1 2014 in F1, Feb 1 in G1, Mar 1 in H1, etc, and the categories of interest in column E starting in E2, then use this in F2, and copy down and across, and it will report month sums for each category:

    =SUMIFS(TblBankData[[Amount]:[Amount]],TblBankData[[Category]:[Category]],$E2,TblBankData[[Date]:[Date]],">=" & F$1,TblBankData[[Date]:[Date]],"<" & G$1 )
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    12-09-2014
    Location
    Edinburgh
    MS-Off Ver
    2013
    Posts
    2

    Re: Using dates with SUMIFS(INDEX(Match,,,)

    Thank you; I'm just starting to move on from Pivot tables and Lookup's nd got locked into looking for an over-complicated solution. As ever the simple things are best, many thanks, Ian

+ 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. [SOLVED] Sumifs/match/index?
    By mstoto in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-14-2014, 09:23 AM
  2. [SOLVED] Sumifs/Index/Match----Please fix
    By Paul Cherian in forum Excel General
    Replies: 11
    Last Post: 09-02-2014, 04:07 AM
  3. [SOLVED] Index/Match, SUMIFS or something else? NEED HELP!
    By MMLBaylor in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-20-2014, 11:52 AM
  4. SumIFS or Index Match Help
    By excelnovice936 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-25-2013, 12:08 AM
  5. SUMIFS, INDEX, and MATCH-- how to fix?
    By sofib09 in forum Excel General
    Replies: 6
    Last Post: 12-13-2010, 11:05 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