• Simple CountIf

    Author
    Topic
    #463306

    I’m having a syntax nightmare:

    =COUNTIF(‘History’!$BR$2:$BR$172,50)
    =COUNTIF(‘History’!$BR$2:$BR$172,49.5)
    =COUNTIF(‘History’!$BR$2:$BR$172,49)
    =COUNTIF(‘History’!$BR$2:$BR$172,?) – Want =45
    =COUNTIF(‘History’!$BR$2:$BR$172,?) – Want <45

    Viewing 1 reply thread
    Author
    Replies
    • #1182276

      Want =45:

      =COUNTIF(‘History’!$BR$2:$BR$172,”<49")-COUNTIF('History'!$BR$2:$BR$172,"<45")

      or

      =SUMPRODUCT(('History'!$BR$2:$BR$172=45))

      Want <45:

      =COUNTIF('History'!$BR$2:$BR$172,"<45")

    • #1182279

      Thanks,

      I should write a book:

      “How to waste valuable moments of your life missing silly little things like “””

    Viewing 1 reply thread
    Reply To: Simple CountIf

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: