+ Reply to Thread
Results 1 to 5 of 5

combining iferror, index and other formulas with no results

  1. #1
    Registered User
    Join Date
    02-09-2016
    Location
    vietnam
    MS-Off Ver
    2010
    Posts
    4

    combining iferror, index and other formulas with no results

    Hi everyone,

    I am new to the forum and newbie for calculating in excel, so I've been having trouble finding a solution for this problem.

    i have this "rep. purchase" sheet and taking data from '"purchase"

    what i want is sum for example product (beeswax) i buy can be showed and calculated in "purchase" sheet
    Attached Files Attached Files
    Last edited by blueboi0604; 03-02-2017 at 02:02 PM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: combining iferror, index and other formulas with no results

    in Rep PURCHASE!G10
    =SUMPRODUCT((PURCHASE!C$5:C$500=C10)*(PURCHASE!G$5:G$500))
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: combining iferror, index and other formulas with no results

    Hi -

    I used SUMPRODUCT to add up the purchases by item. The formula looks like this:

    =SUMPRODUCT((PURCHASE!$C$5:$C$176=[@[PRODUCT NAME]])*PURCHASE!F$5:F$176)

    You can also use SUMIF if you prefer. SUMIF has a little less computational overhead than SUMPRODUCT. So if your spreadsheet gets very large you may want to consider SUMIF.

    Attached is your spreadsheet with the above formula.

    Hope this helps.
    Attached Files Attached Files
    ____________________________________________
    If this has solved your problem, please edit the thread title to add the word [SOLVED] at the beginning. You can do this by
    -Go to the top of the first post
    -Select Thread Tools
    -Select Mark thread as Solved

    If I have been particularly helpful, please "bump" my reputation by pressing the small star in the lower left corner of my post.

  4. #4
    Registered User
    Join Date
    02-09-2016
    Location
    vietnam
    MS-Off Ver
    2010
    Posts
    4

    Re: combining iferror, index and other formulas with no results

    Quote Originally Posted by Special-K View Post
    in Rep PURCHASE!G10
    =SUMPRODUCT((PURCHASE!C$5:C$500=C10)*(PURCHASE!G$5:G$500))
    Quote Originally Posted by loginjmor View Post
    Hi -

    I used SUMPRODUCT to add up the purchases by item. The formula looks like this:

    =SUMPRODUCT((PURCHASE!$C$5:$C$176=[@[PRODUCT NAME]])*PURCHASE!F$5:F$176)

    You can also use SUMIF if you prefer. SUMIF has a little less computational overhead than SUMPRODUCT. So if your spreadsheet gets very large you may want to consider SUMIF.

    Attached is your spreadsheet with the above formula.

    Hope this helps.

    thank you very much for your help

    Can't believe its so simple, im just so dumb for not realizing it :D

    thnks

  5. #5
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: combining iferror, index and other formulas with no results

    It's only simple if you know how to do it.

+ 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. Use of If, Iferror, Match or Index Formulas
    By M. Shahbaz in forum Excel General
    Replies: 1
    Last Post: 01-15-2017, 07:17 AM
  2. Combining INDEX formulas
    By robhein in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-14-2016, 02:23 PM
  3. Combining IF and IFERROR statements
    By srozell in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-13-2016, 08:56 AM
  4. Format Index Match as Date When Combining Formulas
    By RelativeRisk in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-01-2016, 02:19 AM
  5. [SOLVED] Combining IFERROR and IF formulas
    By cesarmontoya in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-29-2013, 03:51 PM
  6. Replies: 3
    Last Post: 07-16-2012, 09:00 AM
  7. [SOLVED] Combining formulas and results HELP!!
    By JRH in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 01-22-2005, 02:06 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