+ Reply to Thread
Results 1 to 3 of 3

Adding up a column based on Criteria

  1. #1
    Registered User
    Join Date
    07-27-2007
    Posts
    19

    Adding up a column based on Criteria

    Hopefully somebody can help me with this.... I have 2 columns of data. One is a percentage one is a dollar value. Lets say my data is in H13:H500 for my percentage and I13:I500 for my dollar value. In a separate cell I need to know the combined dollar value of all of the percentages that equal 100% in my H column are. Does this make sense to anybody.

    Lets say I want this formula to go into A1. So here's my formula in my own words..... If H13=100% then I13
    That's the simplified version doing it with one row.... I want to do this.......

    if H13:H50=100% then in A1 add up all of the corresponding I13:I50

    am I losing anybody? Thanks.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by halvy52
    Hopefully somebody can help me with this.... I have 2 columns of data. One is a percentage one is a dollar value. Lets say my data is in H13:H500 for my percentage and I13:I500 for my dollar value. In a separate cell I need to know the combined dollar value of all of the percentages that equal 100% in my H column are. Does this make sense to anybody.

    Lets say I want this formula to go into A1. So here's my formula in my own words..... If H13=100% then I13
    That's the simplified version doing it with one row.... I want to do this.......

    if H13:H50=100% then in A1 add up all of the corresponding I13:I50

    am I losing anybody? Thanks.
    Hi,

    try

    =SUMIF(H13:H50,100%,I13:I50)

    hth
    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    07-27-2007
    Posts
    19
    Thanks. Worked perfectly.

+ 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