+ Reply to Thread
Results 1 to 8 of 8

Excel 2007 : Multiply COUNTIF-NESTING FORMULAS PROBLEM

  1. #1
    Registered User
    Join Date
    06-29-2012
    Location
    Skopje
    MS-Off Ver
    Excel 2007
    Posts
    17

    Exclamation Multiply COUNTIF-NESTING FORMULAS PROBLEM

    I have an workbook with several colons:name,educaton,evaluation and workplace
    The main colons are D2:D291 for degree of education with duplicates
    K2:K291 for workplace also with duplicates
    N2:N291 for evaluation

    Type of evaluations: 4 (3.5-4), 3(2.5-3.5), 2(1.5-2.5), 1(>0-1.5)
    ------------------------------------------------------------------
    Need to count this

    How many ??? with evaluation and workplace have 4,3,2,1
    Here is an example
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: Multiply COUNTIF-NESTING FORMULAS PROBLEM

    Use COUNTIFS.
    Example for D304:
    =COUNTIFS(N:N,">"&3.5,D:D,"Sre*")

    Apply as required

  3. #3
    Registered User
    Join Date
    06-29-2012
    Location
    Skopje
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Multiply COUNTIF-NESTING FORMULAS PROBLEM

    This partialy helped, what will be the right solution for E304, where evaluations are between 2.5 and 3.5
    Thanks a lot again

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,629

    Re: Multiply COUNTIF-NESTING FORMULAS PROBLEM

    Please have a look:
    Attached Files Attached Files
    Ben Van Johnson

  5. #5
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: Multiply COUNTIF-NESTING FORMULAS PROBLEM

    Quote Originally Posted by bobigoca View Post
    This partialy helped, what will be the right solution for E304, where evaluations are between 2.5 and 3.5
    Thanks a lot again
    =COUNTIFS(N:N,">"&2.5,N:N,"<="&3.5,D:D,"Sre*")

  6. #6
    Registered User
    Join Date
    06-29-2012
    Location
    Skopje
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Multiply COUNTIF-NESTING FORMULAS PROBLEM

    Your example is very good, of course it will be used.Thanks a lot man, because evaluation is been made every year.
    Write now making some program in C++, but together with Excel.
    Thanks a lot again.

  7. #7
    Registered User
    Join Date
    06-29-2012
    Location
    Skopje
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Multiply COUNTIF-NESTING FORMULAS PROBLEM

    Your formula was OK.Tried and work good.But stil cant find 19 people, I believe all formulas are ok.

  8. #8
    Registered User
    Join Date
    06-29-2012
    Location
    Skopje
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Multiply COUNTIF-NESTING FORMULAS PROBLEM

    Please look at this example. Still cant find 19 results.
    Thanks again for all help you provide.
    ExampleValu1
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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