• countif (excel2003)

    Author
    Topic
    #425515

    hi,
    members & viewers, it’s been awhile , I missed you all.

    I need a help with a countif formula to count the number of times a code exist in a column. My difficulty is that the code is part of a name. example is
    the name in the column is Initial bottom(RM) ,what I want to count is (RM).
    Thanks in advance.

    Viewing 1 reply thread
    Author
    Replies
    • #980555

      Assuming thay you want to count the number of times the values in A1:A100 end with “(RM)”, you can use this array formule (it must be confirmed with Ctrl+Shift+Enter, not just Enter):

      =SUM(1*(RIGHT($A$1:$A$100,4)="(RM)"))

      Replace A1:A100 with the range in which you want to count. You can replace “(RM)” with a reference to a cell that contains “(RM)”

    • #980591

      =COUNTIF(Range,”*(RM)*”)

    Viewing 1 reply thread
    Reply To: countif (excel2003)

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

    Your information: