+ Reply to Thread
Results 1 to 4 of 4

How to sum few items

  1. #1
    Forum Contributor
    Join Date
    10-20-2005
    Posts
    130

    How to sum few items

    Hi

    A B

    X 1
    Y 1
    X 2
    Y 2
    Y 4
    X 5


    I want to sum up those numbers in B column which contains Y in their opposite in A column.

  2. #2
    Simon C
    Guest

    Re: How to sum few items

    Use the SUMIF function

    eg
    =SUMIF(A1:A6,"=Y",B1:B6)


  3. #3
    Bob Phillips
    Guest

    Re: How to sum few items

    =SUMIF(A1:A10,"Y",B1:B10)

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Little Master" <Little.Master.1xgd2b_1130234707.2198@excelforum-nospam.com>
    wrote in message
    news:Little.Master.1xgd2b_1130234707.2198@excelforum-nospam.com...
    >
    > Hi
    >
    > A B
    >
    > X 1
    > Y 1
    > X 2
    > Y 2
    > Y 4
    > X 5
    >
    >
    > I want to sum up those numbers in B column which contains Y in their
    > opposite in A column.
    >
    >
    > --
    > Little Master
    > ------------------------------------------------------------------------
    > Little Master's Profile:

    http://www.excelforum.com/member.php...o&userid=28227
    > View this thread: http://www.excelforum.com/showthread...hreadid=479050
    >




  4. #4
    Forum Contributor
    Join Date
    10-20-2005
    Posts
    130
    Thanks to both of you (Simon & Bob), Thanks alot

+ 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