+ Reply to Thread
Results 1 to 2 of 2

Sumifs or Index Match

  1. #1
    Registered User
    Join Date
    02-07-2017
    Location
    Arizona, USA
    MS-Off Ver
    2013
    Posts
    3

    Sumifs or Index Match

    I am having trouble with a sumifs formulas and wondering is index match or another formulas may be better suited. I have attached an example for reference. The data tab pulls in info from the TB tabs. The lines highlighted in red on the data tab are not pulling the needed info from the TB tabs using the sumifs formulas and cant figure out why not?
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Sumifs or Index Match

    Your account numbers on the TB tabs are preceded by 5 spaces, whereas the account numbers on Data that you're trying to pair against them are not. An easy approach would be to change your SUMIFS on Data to:

    =SUMIFS(actmo, actacct," "&E4) <--with 5 spaces between the quotation marks

    ...in F4 if you're sure that there will always be exactly 5 preceding spaces. Alternatively, you could use something like:

    =SUMIFS(actmo, actacct,"*"&E4)

    If you'd prefer to use a wildcard rather than the 5 spaces. The danger there is that you might run into trouble if one of your acct. numbers is contained within another. For instance, the wildcard will view both 123.45 and 5123.45 as satisfying the IF condition.

+ 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] Help With SUMIFS / INDEX / MATCH
    By jpetrini888 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-17-2016, 10:12 AM
  2. Sumifs/Index/Match
    By ravidesai in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-10-2016, 02:52 PM
  3. SUMIFS INDEX MATCH or other way?
    By tkrupka in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-09-2016, 03:55 PM
  4. [SOLVED] Index/Match/Sumifs?
    By overbomb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-12-2016, 06:07 AM
  5. [SOLVED] Sumifs/match/index?
    By mstoto in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-14-2014, 09:23 AM
  6. [SOLVED] Sumifs/Index/Match----Please fix
    By Paul Cherian in forum Excel General
    Replies: 11
    Last Post: 09-02-2014, 04:07 AM
  7. SumIFS or Index Match Help
    By excelnovice936 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-25-2013, 12:08 AM

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