+ Reply to Thread
Results 1 to 10 of 10

sum of total identical DC numbers

  1. #1
    Registered User
    Join Date
    07-19-2015
    Location
    Karachi, Pakistan
    MS-Off Ver
    2007
    Posts
    6

    sum of total identical DC numbers

    Date DC# PARTY NAME QTY SIZE TYP @ ITEM TOT DC TOTAL
    01-07-15 10894 PAPER TRADERS 7 28 Ff 15.25 2,989
    01-07-15 10894 PAPER TRADERS 9 26 Nf 21.00 4,914
    01-07-15 10894 PAPER TRADERS 5 26 Ff 15.25 1,983 129,818
    02-07-15 10942 PAPER TRADERS 12 34 Nsf 24.75 10,098
    02-07-15 10942 PAPER TRADERS 3 29 Ff 15.25 1,327
    02-07-15 10942 PAPER TRADERS 7 26 D2f 20.00 3,640
    02-07-15 10942 PAPER TRADERS 2 26 Ff 15.25 793
    02-07-15 10942 PAPER TRADERS 7 32 Ff 15.25 3,416
    02-07-15 10942 PAPER TRADERS 4 28 Ff 15.25 1,708 40,017
    02-07-15 14789 SAM 8 28 D2f 20.75 4,648
    02-07-15 14789 SAM 4 28 Ff 14.75 1,652 6,300
    02-07-15 14789 SAM 13 32 d2f 20.75 8,632 14,932
    03-07-15 10988 PAPER TRADERS 6 35 D2f 20.00 4,200 4,200
    Attached Files Attached Files
    Last edited by Syed Waqar Ali; 07-19-2015 at 04:50 AM.

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: sum of total identical DC numbers

    Hi,

    Can you post a sample template in excel format?

    http://www.excelforum.com/members/da...ch-a-file.html

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,213

    Re: sum of total identical DC numbers

    ...with a bit of an explanation of what you want!!
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    07-19-2015
    Location
    Karachi, Pakistan
    MS-Off Ver
    2007
    Posts
    6

    Re: sum of total identical DC numbers

    I 've uploaded a sample excel file named test.xls

  5. #5
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: sum of total identical DC numbers

    Hi,

    Try the following formula in J3:

    =IF(COUNTIF(B$3:B3,B3)>1,"",SUMIF(B$3:B$22,B3,I$3:I$22))
    Attached Files Attached Files

  6. #6
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: sum of total identical DC numbers

    In J3

    =IF(COUNTIF($B$3:$B3,B3)=COUNTIF($B$3:$B$22,B3),SUMIF($B$3:$B$22,B3,$I$3:$I$22),"")

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,213

    Re: sum of total identical DC numbers

    Go with Ace_XL's.. but just for completeness, this is what I came up with (far inferior, I'm afraid!!)
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    07-19-2015
    Location
    Karachi, Pakistan
    MS-Off Ver
    2007
    Posts
    6

    Re: sum of total identical DC numbers

    Thanks for this help guys.

    But the formula is limited from $B3 to $B$22 only. If carry on my data further. This doesn't seem to work.

  9. #9
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: sum of total identical DC numbers

    Try the following in J3, you can drag this down without modifying the formula:

    =IF(COUNTIF(B$3:B3,B3)>1,"",SUMIF($B:$B,B3,$I:$I))

  10. #10
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: sum of total identical DC numbers

    Thanks for the rep!

    If that takes care of your question, please mark this thread as Solved by selecting Thread Tools --> Mark thread as solved.

+ 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] Sequential numbers according to identical data
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-29-2015, 11:53 AM
  2. UDF for contiguous path of identical numbers
    By enstmagoo in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-29-2014, 05:16 PM
  3. VBA code to merge several identical worksheet tabs in to one 'total' master tab
    By ollijames1 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-31-2014, 10:59 AM
  4. vlookup with rows with identical numbers
    By apmi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-26-2014, 01:03 PM
  5. Getting Different Rounding Results - Identical Numbers
    By hazeldazel in forum Excel General
    Replies: 1
    Last Post: 04-18-2014, 07:49 AM
  6. Replies: 3
    Last Post: 02-11-2014, 04:55 PM
  7. Vlookup Not matching identical numbers
    By bbrowers in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-10-2005, 09:17 PM

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