+ Reply to Thread
Results 1 to 3 of 3

=countif(e5:e150,">b151")

  1. #1
    Registered User
    Join Date
    01-12-2016
    Location
    Staffordshire
    MS-Off Ver
    Excel 2010
    Posts
    3

    Exclamation =countif(e5:e150,">b151")

    Hi

    I can't seem to get this formula to work...... =COUNTIF(E5:E150,">B151")

    B151 is itself a formula working out the average of a list of numbers so I want my formula to work out how many of that list are over the average but it just returns 0 when the current answer should be 3.
    The average is 9.6 so if I make my formula =COUNTIF(E5:E150,">9.6") this returns the answer of 3 which is correct, but as the average will change weekly I don't want to have to keep adjusting the formula each week.

    Thanks in advance!

  2. #2
    Forum Guru Izandol's Avatar
    Join Date
    03-29-2012
    Location
    *
    MS-Off Ver
    Excel 20(03|10|13)
    Posts
    2,581

    Re: =countif(e5:e150,">b151")

    Welcome to forum.

    It must be:
    =COUNTIF(E5:E150,">"&B151)
    • Please remember to mark threads Solved with Thread Tools link at top of page.
    • Please use code tags when posting code: [code]Place your code here[/code]
    • Please read Forum Rules

  3. #3
    Registered User
    Join Date
    01-12-2016
    Location
    Staffordshire
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: =countif(e5:e150,">b151")

    That's brilliant thank you. It's been annoying me all night!!

+ 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. Replies: 35
    Last Post: 01-13-2016, 02:16 AM
  2. [SOLVED] Why does the "CountIF" function fails on value "Monday Week 1"?
    By kashbg in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-02-2015, 03:24 PM
  3. Replies: 1
    Last Post: 10-10-2014, 09:20 AM
  4. COUNTIF column if cell contains both "text1" and "text2"
    By Quuador in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-05-2012, 07:12 AM
  5. How to write cell address of the match in this , =IF(COUNTIF(A:A,B1)>0,"x","")
    By sureng19 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-24-2010, 08:03 PM
  6. Why does =countif(range,"<>""") count empty cells?
    By Ingeniero1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-16-2008, 01:40 PM
  7. IF(COUNTIF(Thursday,"John Doe")>1,"error"," ")
    By jayd77 in forum Excel General
    Replies: 3
    Last Post: 10-26-2005, 09:17 PM

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