• Conditional Sum (Excel 2000-2004)

    Author
    Topic
    #421452

    I have created a SUMIF report that sums several sets of dollar amounts associated with a location on another sheet. The SUMIF(Sheet!A5:A628, A4,Sheet!H5:628) works fine as long as there is an exact 1:1 match of the criteria value to the value on the summary report sheet range. However, I need to be able to set a value like (>=704 and < 705) for the criteria, as some of the referred values lie in the range 704.0-704.9. Is it possible to use a condition like this in a SUMIF function? I've tried several variations, but cannot seem to get it to work.
    Thanks!

    Viewing 0 reply threads
    Author
    Replies
    • #957649

      You could do something like this:

      =SUMIF(Sheet!A5:A628, ">=704",Sheet!H5:H628)-SUMIF(Sheet!A5:A628, ">=705",Sheet!H5:H628)
      
      • #957770

        Thanks Legare, that does exactly what I wanted!

    Viewing 0 reply threads
    Reply To: Conditional Sum (Excel 2000-2004)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: