+ Reply to Thread
Results 1 to 4 of 4

Need Help Wih COUNTIFS using WS Funtion in criteria

  1. #1
    Forum Contributor
    Join Date
    10-25-2010
    Location
    Phoenix, Arizona, USA
    MS-Off Ver
    O365
    Posts
    201

    Need Help Wih COUNTIFS using WS Funtion in criteria

    I have a WS that I need to count the number of entries in a column which start with "<=" and "<".

    I have tried the following:
    =COUNTIFS(F5:F500,LEFT(F5,2)="<=",F5:F500,LEFT(F5,1)="<")

    An example of my data looks like:
    <=5.001
    8.422
    <6.455

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Need Help Wih COUNTIFS using WS Funtion in criteria

    You can't apply a function to manipulate the criteria range in countifs.

    Try wildcards

    =COUNTIF(F5:F500,"<=*")

  3. #3
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Need Help Wih COUNTIFS using WS Funtion in criteria

    This should do what you need.

    =COUNTIF(F5:F500,"~<*")

    edit:-

    Note to admin, I advised the OP to start a duplicate thread via PM as the original thread is returning database error.

    http://www.excelforum.com/excel-form...-criteria.html
    Last edited by jason.b75; 12-31-2015 at 04:56 PM.

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Need Help Wih COUNTIFS using WS Funtion in criteria

    Or maybe..

    =SUMPRODUCT(--(LEFT(F5:F500)="<"))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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. Countifs with multiple criteria in single criteria range
    By MCP313 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-01-2016, 03:51 AM
  2. Use the subtotal funtion to sum a range of cells based on a criteria.
    By TimPD in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-15-2014, 07:46 AM
  3. [SOLVED] Countifs with multiple criteria and one criteria has a list of names
    By Beefy1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-30-2014, 05:25 PM
  4. D funtion and multiple criteria forumla issue.
    By beat in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-26-2013, 10:29 AM
  5. Countifs funtion use by the macro coding
    By vansh in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 02-22-2013, 02:42 PM
  6. Replies: 2
    Last Post: 11-06-2012, 06:40 PM
  7. [SOLVED] how to Use COUNTIFS funtion with the criteria_range1 to be a column.
    By freeSky in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-27-2012, 11:42 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