+ Reply to Thread
Results 1 to 3 of 3

counting the number of times value of "x" appears in a row

  1. #1
    Hugh
    Guest

    counting the number of times value of "x" appears in a row

    I need to count the number of times the value of "x" appears in a row.
    Cannot figure out how to do it.

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    =COUNTIF(1:1,"X")

    or

    =SUMPRODUCT(--(1:1="x"))

    VBA Noob

  3. #3
    Hugh
    Guest

    Re: counting the number of times value of "x" appears in a row

    Thank you very much!

    "VBA Noob" wrote:

    >
    > =COUNTIF(1:1,"X")
    >
    > or
    >
    > =SUMPRODUCT(--(1:1="x"))
    >
    > VBA Noob
    >
    >
    > --
    > VBA Noob
    > ------------------------------------------------------------------------
    > VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
    > View this thread: http://www.excelforum.com/showthread...hreadid=566363
    >
    >


+ 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