+ Reply to Thread
Results 1 to 5 of 5

COUNTIF function with multiple criteria

Hybrid View

  1. #1
    Registered User
    Join Date
    01-08-2013
    Location
    plymouth
    MS-Off Ver
    Excel 2003, 2010
    Posts
    7

    COUNTIF function with multiple criteria

    Hi,

    I am using the following COUNTIF formula that has been working fine, but now in the final criteria I need it to look for a numbers between 18 and 22 inclusive, not just greater than 18. The various options I have tried do not seem to work. I am a basic excel user so any help would be appreciated.

    =COUNTIFS('Risk Register'!$E$4:$E$920,"Live",'Risk Register'!$P$4:$P$920,"Management",'Risk Register'!$M$4:$M$920,">=18")

    Many thanks.
    Last edited by az6781; 05-10-2015 at 01:22 PM. Reason: Solved

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: COUNTIF function with multiple criteria

    Hello
    You should just need to repeat the final Criteria range with the <=22 Criteria:

    Formula: copy to clipboard
    COUNTIFS('Risk Register'!$E$4:$E$920,"Live",'Risk Register'!$P$4:$P$920,"Management",'Risk Register'!$M$4:$M$920,">=18",'Risk Register'!$M$4:$M$920,"<=22")


    DBY

  3. #3
    Registered User
    Join Date
    01-08-2013
    Location
    plymouth
    MS-Off Ver
    Excel 2003, 2010
    Posts
    7

    Re: COUNTIF function with multiple criteria

    Thank you, not sure what I was doing wrong to not get that to work, but it is sorted now.

  4. #4
    Valued Forum Contributor mahju's Avatar
    Join Date
    11-27-2010
    Location
    Pakistan, Faisalabad
    MS-Off Ver
    Excel 2010 plus
    Posts
    730

    Re: COUNTIF function with multiple criteria

    Hi
    in c15 enter this

    =SUMPRODUCT(($A$2:$A$13=$A15)*($B$2:$B$13=$B15)*(C$2:C$13))
    Copied down and across
    Mark the thread as solved if you are satisfied with the answer.


    In your first post under the thread tools.

    Mahju

  5. #5
    Registered User
    Join Date
    01-08-2013
    Location
    plymouth
    MS-Off Ver
    Excel 2003, 2010
    Posts
    7

    Re: COUNTIF function with multiple criteria

    Thank you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Countif function for multiple criteria
    By ccdawson in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-03-2012, 08:15 AM
  2. COUNTIF with multiple criteria function
    By floribunda in forum Excel General
    Replies: 3
    Last Post: 07-01-2010, 07:33 AM
  3. [SOLVED] COUNTIF or SUM function (Multiple criteria) HELP!!
    By Australia in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-19-2005, 03:05 AM
  4. [SOLVED] COUNTIF or SUM function (Multiple criteria) HELP!!
    By Australia in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-19-2005, 02:05 AM
  5. [SOLVED] countif function with multiple criteria
    By Geoff in forum Excel General
    Replies: 1
    Last Post: 08-11-2005, 07:05 PM

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