+ Reply to Thread
Results 1 to 6 of 6

SUMIFS formulea results $0.00

  1. #1
    Registered User
    Join Date
    11-21-2018
    Location
    Brisbane, Australia
    MS-Off Ver
    MS Office 16
    Posts
    2

    SUMIFS formulea results $0.00

    Hi

    I found you on a google search, I then searched the forum for an answer but I don't think anything specifically helps me.

    I have a workbook with 5 sheets, I have four sheets for separate 'brokers' that get referrals from a number of people. I have set the referrer up as a drop down box, and three other columns with yes/no drop downs. I am hoping this is my problem as I cant see any syntax errors in my formula.

    I am trying to count the $ value of referrals based on if it is settled, NPW or in progress

    Can I get some assistance with why this isnt working please.

    Also, maybe this is a clumsy way to achieve what i want, any direction on a better method would be great!

    Thank you

    GMC
    Attached Files Attached Files
    Last edited by GMCbris; 11-22-2018 at 12:41 AM. Reason: Great advice and solution

  2. #2
    Forum Expert kersplash's Avatar
    Join Date
    11-22-2016
    Location
    Perth
    MS-Off Ver
    Home 2016 (Windows 10)/Work 2013 Pro Plus (Windows 10)
    Posts
    2,012

    Re: SUMIFS formulea results $0.00

    Quote Originally Posted by GMCbris View Post
    Also, maybe this is a clumsy way to achieve what i want, any direction on a better method would be great!
    I would personally setup your source data to be in a single table and then use pivot tables to provide summary reports like your separate tabs.

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,367

    Re: SUMIFS formulea results $0.00

    Put on B4 on sheet "Combined and copied down as necessary

    =IF(SUMIF(INDIRECT("'"&{"Michael","Jarrod","Lana","Peter"}&"'!A:A"),$A4,OFFSET(INDIRECT("'"&{"Michael","Jarrod","Lana","Peter"}&"'!B:B"),,{1\2\3\4}))=0,"",SUMIF(INDIRECT("'"&{"Michael","Jarrod","Lana","Peter"}&"'!A:A"),$A4,OFFSET(INDIRECT("'"&{"Michael","Jarrod","Lana","Peter"}&"'!B:B"),,{1\2\3\4})))
    Attached Files Attached Files

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: SUMIFS formulea results $0.00

    I put sheet name at K3:K6

    B4
    =SUMPRODUCT(COUNTIFS(INDIRECT($K$3:$K$6&"!A:A"),A4))

    C4:E4
    =SUMPRODUCT(COUNTIFS(INDIRECT($K$3:$K$6&"!A:A"),$A4,INDIRECT($K$3:$K$6&"!C"&COLUMN(D4)&":C"&COLUMN(D4),),"Yes "))

    F4
    =SUMPRODUCT(SUMIFS(INDIRECT($K$3:$K$6&"!C:C"),INDIRECT($K$3:$K$6&"!A:A"),$A4))

    Copy all down
    Attached Files Attached Files
    Last edited by Bo_Ry; 11-21-2018 at 10:02 PM.

  5. #5
    Registered User
    Join Date
    11-21-2018
    Location
    Brisbane, Australia
    MS-Off Ver
    MS Office 16
    Posts
    2

    Re: SUMIFS formulea results $0.00

    Thank you ALL for you replies

    I am now having to google the solutions.

    Funny, I thought I new something about excel until right now!

    Cheers

    GMC

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: SUMIFS formulea results $0.00

    No need to google them, if you dont understand something, ask for an explanation
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Sumifs only on filtered results
    By annaisakiwi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-29-2018, 10:19 PM
  2. [SOLVED] Sumifs results in a table format
    By aaleem in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-16-2018, 09:44 AM
  3. Replies: 8
    Last Post: 06-07-2016, 11:28 AM
  4. [SOLVED] Sumproducts or sumifs to enhance the results
    By sanjuss2 in forum Excel General
    Replies: 7
    Last Post: 02-22-2016, 11:40 PM
  5. Sumifs returning inconsistent results
    By WilliamWelch in forum Excel General
    Replies: 9
    Last Post: 03-26-2015, 05:08 PM
  6. [SOLVED] Combining correlation results and SumIFs
    By ilikeexcel in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-01-2012, 10:02 AM
  7. Replies: 3
    Last Post: 05-26-2012, 08:02 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