+ Reply to Thread
Results 1 to 3 of 3

Summing all rows with certain specification

  1. #1
    martin
    Guest

    Summing all rows with certain specification

    Dear all,

    How is it possible to Sum up all A column figures which have d column set to
    "Including" ? Thanks.
    A B C D
    1)15 200 36000 Including
    2)50 250 150000 Exlcuding
    3)500 210 1260000 Including
    4)15

    5)150 230 414000 Exlcuding
    6)200 220 528000 Including

    7)300 250 900000 Including

    8) 50 100 60000 Including

    9) 30 500 180000 Including
    10) 30 350 126000 Including
    11) 30 150 54000 Including
    12) 50 200 120000 Exlcuding

  2. #2
    Don Guillett
    Guest

    Re: Summing all rows with certain specification

    Several ways
    look in help index for SUMIF
    =sumproduct((d2:d200="including")*a2:a200)
    data>filter>autofilter> look in help index for SUBTOTAL

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "martin" <[email protected]> wrote in message
    news:[email protected]...
    > Dear all,
    >
    > How is it possible to Sum up all A column figures which have d column set

    to
    > "Including" ? Thanks.
    > A B C D
    > 1)15 200 36000 Including
    > 2)50 250 150000 Exlcuding
    > 3)500 210 1260000 Including
    > 4)15
    >
    > 5)150 230 414000 Exlcuding
    > 6)200 220 528000 Including
    >
    > 7)300 250 900000 Including
    >
    > 8) 50 100 60000 Including
    >
    > 9) 30 500 180000 Including
    > 10) 30 350 126000 Including
    > 11) 30 150 54000 Including
    > 12) 50 200 120000 Exlcuding




  3. #3
    Guest

    Summing all rows with certain specification

    at A13 enter:

    =SUMIF(C1:C12,"Including",A1:A12)

    >-----Original Message-----
    >Dear all,
    >
    >How is it possible to Sum up all A column figures which

    have d column set to
    >"Including" ? Thanks.
    > A B C D
    >1)15 200 36000 Including
    >2)50 250 150000 Exlcuding
    >3)500 210 1260000 Including
    >4)15
    >
    >5)150 230 414000 Exlcuding
    >6)200 220 528000 Including
    >
    >7)300 250 900000 Including
    >
    >8) 50 100 60000 Including
    >
    >9) 30 500 180000 Including
    >10) 30 350 126000 Including
    >11) 30 150 54000 Including
    >12) 50 200 120000 Exlcuding
    >.
    >


+ 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