+ Reply to Thread
Results 1 to 5 of 5

total cells with text and number EX: GS-5

  1. #1
    dap1
    Guest

    total cells with text and number EX: GS-5

    Want to total cells in which the text is 2 letters followed by a number
    between 1 and 15. Example want to know how many GS-4 are in a given range of
    cells.

  2. #2
    Miguel Zapico
    Guest

    RE: total cells with text and number EX: GS-5

    You can use countif, for example:
    =COUNTIF(A1:A20,"GS-4")
    The second parameter is the criteria, you can use a cell reference instead,
    to make the formula more flexible.

    "dap1" wrote:

    > Want to total cells in which the text is 2 letters followed by a number
    > between 1 and 15. Example want to know how many GS-4 are in a given range of
    > cells.


  3. #3
    Ron Coderre
    Guest

    RE: total cells with text and number EX: GS-5

    It seems like you want to count, not total, cells with specific contents. If
    that is true, try something like this:

    For values in A1:A100
    B1: =COUNTIF(A1:A100,"GS-4")

    That formula counts the number of cells in A1:A100 that contain "GS-4".

    Does that help?
    (apologies if this is a dbl-post....network is acting up)

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "dap1" wrote:

    > Want to total cells in which the text is 2 letters followed by a number
    > between 1 and 15. Example want to know how many GS-4 are in a given range of
    > cells.


  4. #4
    dap1
    Guest

    RE: total cells with text and number EX: GS-5

    THANK YOU VERY MUCH



    "Miguel Zapico" wrote:

    > You can use countif, for example:
    > =COUNTIF(A1:A20,"GS-4")
    > The second parameter is the criteria, you can use a cell reference instead,
    > to make the formula more flexible.
    >
    > "dap1" wrote:
    >
    > > Want to total cells in which the text is 2 letters followed by a number
    > > between 1 and 15. Example want to know how many GS-4 are in a given range of
    > > cells.


  5. #5
    dap1
    Guest

    RE: total cells with text and number EX: GS-5

    THANK YOU VERY MUCH

    "Ron Coderre" wrote:

    > It seems like you want to count, not total, cells with specific contents. If
    > that is true, try something like this:
    >
    > For values in A1:A100
    > B1: =COUNTIF(A1:A100,"GS-4")
    >
    > That formula counts the number of cells in A1:A100 that contain "GS-4".
    >
    > Does that help?
    > (apologies if this is a dbl-post....network is acting up)
    >
    > ***********
    > Regards,
    > Ron
    >
    > XL2002, WinXP-Pro
    >
    >
    > "dap1" wrote:
    >
    > > Want to total cells in which the text is 2 letters followed by a number
    > > between 1 and 15. Example want to know how many GS-4 are in a given range of
    > > cells.


+ 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