+ Reply to Thread
Results 1 to 3 of 3

counting

  1. #1
    fomula problems
    Guest

    counting

    I would like to show the number of 1's, M's, A's and blank cells in a column,
    can anyone help.
    Alan

  2. #2
    Don Guillett
    Guest

    Re: counting

    have a look in the help index for COUNTIF

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "fomula problems" <[email protected]> wrote in
    message news:[email protected]...
    >I would like to show the number of 1's, M's, A's and blank cells in a
    >column,
    > can anyone help.
    > Alan




  3. #3
    CLR
    Guest

    Re: counting

    ="1's="&COUNTIF(A:A,1)&CHAR(10)&"M's="&COUNTIF(A:A,"m")&CHAR(10)&"A's="&COUN
    TIF(A:A,"a")

    Format for Wrap-Text

    Vaya con Dios,
    Chuck, CABGx3


    "fomula problems" <[email protected]> wrote in
    message news:[email protected]...
    > I would like to show the number of 1's, M's, A's and blank cells in a

    column,
    > can anyone help.
    > Alan




+ 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