+ Reply to Thread
Results 1 to 3 of 3

I need a formula

  1. #1
    Lee
    Guest

    I need a formula

    Can I make a cell count the total number of "X" placed in a group of cells?
    example: If A1, B1, C1, and D1 each have an "X", I want E1 to say "4". If A1,
    B1, and D1 each have an "X", I want E1 to say "3", and so on. Is there a
    formula for this?
    --
    Lee Davenport

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    =COUNTIF(A1:d1,"x")

    note it is not case sensitive so will count X or x

    regards

    Dav

  3. #3
    Miguel Zapico
    Guest

    RE: I need a formula

    You can try
    =COUNTIF(A1:A4,"X")

    "Lee" wrote:

    > Can I make a cell count the total number of "X" placed in a group of cells?
    > example: If A1, B1, C1, and D1 each have an "X", I want E1 to say "4". If A1,
    > B1, and D1 each have an "X", I want E1 to say "3", and so on. Is there a
    > formula for this?
    > --
    > Lee Davenport


+ 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