+ Reply to Thread
Results 1 to 4 of 4

I want a box with the total number of times ORDER appears!

  1. #1
    tapley
    Guest

    I want a box with the total number of times ORDER appears!

    I have a table where the words "closed" or "order" appear. I want to know a
    formula that will count how many times each word appears in a column and give
    me a figure. Is that possible and how?

  2. #2
    Bob Phillips
    Guest

    Re: I want a box with the total number of times ORDER appears!

    =COUNTIF(A:A,"Closed")

    etc.

    --
    HTH

    Bob Phillips

    (remove xxx from email address if mailing direct)

    "tapley" <[email protected]> wrote in message
    news:[email protected]...
    > I have a table where the words "closed" or "order" appear. I want to know

    a
    > formula that will count how many times each word appears in a column and

    give
    > me a figure. Is that possible and how?




  3. #3
    Pete_UK
    Guest

    Re: I want a box with the total number of times ORDER appears!

    You also have replies at your other post.

    Pete


  4. #4
    CLR
    Guest

    RE: I want a box with the total number of times ORDER appears!

    =COUNTIF(A:A,"open")&" Open, "&COUNTIF(A:A,"closed")&" Closed"

    Vaya con Dios,
    Chuck, CABGx3



    "tapley" wrote:

    > I have a table where the words "closed" or "order" appear. I want to know a
    > formula that will count how many times each word appears in a column and give
    > me a figure. Is that possible and how?


+ 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