+ Reply to Thread
Results 1 to 2 of 2

Counting and IF/AND criteria

Hybrid View

mandalores Counting and IF/AND criteria 03-13-2012, 02:21 PM
Special-K Re: Counting and IF/AND... 03-13-2012, 02:29 PM
  1. #1
    Registered User
    Join Date
    03-13-2012
    Location
    Gothenburg, Sweden
    MS-Off Ver
    Excel 2010
    Posts
    1

    Counting and IF/AND criteria

    Hello!

    I would like a certain count with different criteria which I can't figure out how to do.
    I have a large document with lots of parts and I want to keep track of progress.

    So, the criteria that I want is:

    If Part Type (B) = Part & Finished Date (E) = "Non blank"
    count Number of assemblies(C)*Number of Units(D) for this row,

    and add all of those together. Then I would like to see how much that is out of the total
    parts (which are the same but without the "Non blank" critera).

    So as you can see in my file, I want it to find this: (2*2+1*5) / (2*2+1*5+3*1) = 9/12 = 75%

    Does anyone know how to do this? Thanks for the help.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,082

    Re: Counting and IF/AND criteria

    Finished parts
    =SUMPRODUCT((B2:B6="Part")*(E2:IE6<>"")*(D2:D6)*(C2:C6))

    Total Parts
    =SUMPRODUCT((B2:B6="Part")*(D2:D6)*(C2:C6))
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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