+ Reply to Thread
Results 1 to 2 of 2

Sumif Or Sumproduct?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-24-2006
    Location
    Sevenoaks, Kent
    MS-Off Ver
    Office 365 ProPlus
    Posts
    459

    Sumif Or Sumproduct?

    I Need help on a formula, example below

    18/08/2006 £100 Postdated
    18/08/2006 £100 Postdated
    18/08/2006 £100 Postdated

    I need a fomula that will look for 3 columns it will lok for critiria "18/08/2006" and "Postdated" and give me the answer of £100, i only want to get this answer if both the criteria match

    Please i need help ASAP

    Thanks you very much

    DJ

  2. #2
    Valued Forum Contributor Excelenator's Avatar
    Join Date
    07-25-2006
    Location
    Wantagh, NY
    Posts
    333
    Assuming your data is in Cols A,B,C and rows 1,2,3


    SUMPRODUCT((A1:A3=18/08/2006)*(C1:C3="Postdated")*(B1:B3))
    ---------------------------------------------------
    ONLY APPLIES TO VBA RESPONSES WHERE APPROPRIATE
    To insert code into the VBE (Visual Basic Editor)
    1. Copy the code.
    2. Open workbook to paste code into.
    3. Right click any worksheet tab, select View Code
    4. VBE (Visual Basic Editor) opens to that sheets object
    5. You may change to another sheets object or the This Workbook object by double clicking it in the Project window
    6. In the blank space below the word "General" paste the copied code.

+ 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