+ Reply to Thread
Results 1 to 5 of 5

Help! DSUM, IFSUM or VLOOKUP

  1. #1
    Registered User
    Join Date
    10-21-2012
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    2

    Help! DSUM, IFSUM or VLOOKUP

    My 1st post...I have a meeting due tomorrow. I believe DSUM should be the easiest way to do what I'm trying to do?...but I'm getting incorrect data back. Need help!

    Have 12 thousand rows of data in a sales price list, which has various tiers of pricing (i.e. tiers 1 - 6). Trying to sum revenue for Tier 1, Tier 2, etc. Getting incorrect results from DSUM, and my meeting is tomorrow, yikes! Assume it's my formula.

    Any/all assistance would be greatly appreciated!

    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,844

    Re: Help! DSUM, IFSUM or VLOOKUP

    Have you considered pivottable?
    <----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left

    If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
    I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Help! DSUM, IFSUM or VLOOKUP

    Maybe in K6 copied down...

    =INDEX($J$13:$J$18,MATCH(1,IF($C$13:$C$18=C6,IF($H$13:$H$18=I6,1)),0))

    IMPORTANT
    This is an array formula
    Enter the formula >> press F2 then >> CTRL + SHIFT + ENTER
    If entered correctly, the formula will be enclosed in {brackets}
    Do not enter the {brackets} manually

    Note: I did not see a match for Product A and 57.56
    HTH
    Regards, Jeff

  4. #4
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Help! DSUM, IFSUM or VLOOKUP

    If you are using $A$5:$J$9 in the criteria, will SUM all the conditions in the range. NOT a single row.

    If you are looking to SUM each row, try this in K6,

    =DSUM($A$12:$J$18,"Period Revenue",A$5:J6)-SUM(K$5:K5)

    Then fill down.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  5. #5
    Registered User
    Join Date
    10-21-2012
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Help! DSUM, IFSUM or VLOOKUP

    Haseeb,

    You are a scholar and a gentleman--thank you. Plugging the formula into the company data now. It appears to indeed be working, but I'm not out of the woods yet. May need your expertise a little later today. How long will you be around?

    Thanks,

    Mr. Marketing

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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