Results 1 to 10 of 10

Tricky: Sum if either column contains value AND third column contains EITHER of two values

Threaded View

  1. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,962

    Re: Tricky: Sum if either column contains value AND third column contains EITHER of two va

    this is kinda cheating, but I added a helper column and then used this, copied down. sum the results and you get 5.65...
    =IF(AND(OR(A1="Jill",B1="Jill"),OR(C1="Floor",C1="Counter")),D1,"")

    Edit: I can never get the sumproduct to work lol
    Last edited by FDibbins; 11-10-2012 at 11:52 AM.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

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