+ Reply to Thread
Results 1 to 2 of 2

calculate the sum of part used depends upon end of serial no

  1. #1
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    calculate the sum of part used depends upon end of serial no

    dear experts

    I want excel formula to calculate the sum the value of partused depends upon serialno repeats where repeats of end of serial no i want result at end of every multiple serial no end cell.

    find the attachment You may under stand easily...
    Attached Files Attached Files

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: calculate the sum of part used depends upon end of serial no

    =IF(COUNTIF($A$2:$A2,A2)=COUNTIF($A:$A,A2),SUMIF($A:$A,A2,$B:$B),"") should do it
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: calculate the sum of part used depends upon end of serial no

    In D2, then copied down:

    =IF(A2<>A3, SUMIF(A:A, A2,B:B ), "")
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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] excel formula help for calculate days from first min date depends on so
    By breadwinner in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-19-2013, 08:50 AM
  2. [SOLVED] Aging calculate with column a or b depends upon condition
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-03-2013, 01:28 PM
  3. [SOLVED] calculate serial No and Business type result in C:C excel formula..
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-01-2013, 02:00 PM
  4. Replies: 6
    Last Post: 10-22-2012, 05:15 PM
  5. Replies: 12
    Last Post: 04-30-2008, 09:07 AM

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