+ Reply to Thread
Results 1 to 4 of 4

Thread: Countif when you are wanting less than a cell.

  1. #1
    Forum Contributor
    Join Date
    09-23-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    166

    Countif when you are wanting less than a cell.

    Evening,

    I am using this formula:

    =COUNTIF('% Attend'!F:F,Table!$B3)

    However I now need to amend it, so

    1) to count the number of times a value of under 85 is in the column please

    2) to count the number of times a value between 70 and 85 is in the column please.

    Any help would be appreciated.

  2. #2
    Valued Forum Contributor
    Join Date
    05-14-2009
    Location
    W Europe
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    459

    Re: Countif when you are wanting less than a cell.

    Do you mean
    =COUNTIF('% Attend'!F:F,"<85")
    and
    =countifs('% Attend'!F:F,">70",'% Attend'!F:F,"<85")
    Cheers - THE WARNING I RECEIVED WAS NOT JUSTIFIED

  3. #3
    Forum Contributor
    Join Date
    09-23-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    166

    Re: Countif when you are wanting less than a cell.

    Thanks for this, I have one last task, if you could help it would be really appreciated:

    I need to use:

    =COUNTIF('% Attend'!F:F,"<85")

    But only if value A4 is in column Q.

    Any ideas please?

    Thanks

  4. #4
    Valued Forum Contributor
    Join Date
    05-14-2009
    Location
    W Europe
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    459

    Re: Countif when you are wanting less than a cell.

    Perhaps
    =COUNTIF('% Attend'!F:F,"<85")*(countif(Q:Q,A4)>0)
    Cheers - THE WARNING I RECEIVED WAS NOT JUSTIFIED

+ 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.2.0