+ Reply to Thread
Results 1 to 3 of 3

Conditional SUMIF

  1. #1
    Registered User
    Join Date
    10-07-2009
    Location
    Queensland, Australia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Conditional SUMIF

    Hi,

    The scenario:

    Column A Column B Column C
    0.1159 127.00
    0.1159 11.55
    0.1159 11.55 ?
    1 2,200.00
    1 185.00
    1 140.00
    1 102.50
    1 12.73 ?





    Question: Is there a SUMIF formula for Column C that will add the values of Column B given the values in Column A are the same?

    I would be grateful for any assistance please.
    Last edited by Savitri; 10-07-2009 at 07:13 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Conditional SUMIF

    You mean like SUMIF ?

    C1: =IF(A2=A1,"",SUMIF(A:A,A1,B:B))
    copied down

  3. #3
    Registered User
    Join Date
    10-07-2009
    Location
    Queensland, Australia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Conditional SUMIF

    Your suggestion has worked.

    Thank-you.

+ 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