Consulting

Results 1 to 3 of 3

Thread: Need help on Sumif formula

  1. #1

    Need help on Sumif formula

    Hi All,

    I need a help on sumif formula .i.e. I want to sum the numbers present in a column based on multiple criteria. Here is what I have. Column A has Dates, Column B has Amounts. and I want to sumif the numbers between two dates for e.g. row I9 has Start date and row J9 has end date so I want the sumif formula to look into column A for the start date first and then the end date and sum all the numbers which are there in column B .i.e. Amount column. Attached is the excel sheet for your reference.

    Thanks a lot for your help in advance.
    Attached Files Attached Files

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Try

    =SUMIF(A2:A30,">="&I9,B2:B30)-SUMIF(A2:A30,">"&J9,B2:B30)
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    Thanks a lot it's working fine now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •