+ Reply to Thread
Results 1 to 7 of 7

Add number freq over 10

  1. #1
    Registered User
    Join Date
    11-18-2012
    Location
    Ireland
    MS-Off Ver
    Excel 2011
    Posts
    54

    Wink Add number freq over 10

    hi, quick question what is the function to add number freq greater than say 10 (example below)...

    2 <(2 numbers are gearter than 10 thats "12" and "15")

    12
    10
    15
    5
    8

    thanks for any help given,

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Add number freq over 10

    The FREQUENCY function ?

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Add number freq over 10

    or maybe sumif()?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    11-18-2012
    Location
    Ireland
    MS-Off Ver
    Excel 2011
    Posts
    54

    Re: Add number freq over 10

    thanks, but how would these function be use to get the correct result (see above)!

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Add number freq over 10

    If your numbers are in column A try

    =SUMIF(A:A,">10")
    Audere est facere

  6. #6
    Registered User
    Join Date
    11-18-2012
    Location
    Ireland
    MS-Off Ver
    Excel 2011
    Posts
    54

    Re: Add number freq over 10

    it only returns the total sum of numbers above 9... close but not a solution.
    I need the values 2 which mean two number or so has appear above 9 i.e:

    2 <(2 numbers are gearter than 10 thats "12" and "15")

    12
    9
    15
    5
    8

  7. #7
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Add number freq over 10

    OK, that sounds like COUNTIF then

    =COUNTIF(A:A,">10")

+ 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.6.0 RC 1