+ Reply to Thread
Results 1 to 3 of 3

counting letters.

Hybrid View

  1. #1
    Registered User
    Join Date
    07-23-2005
    Posts
    51

    counting letters.

    I have events in column 1,in my sheet there are about 800 events.
    In col 2. each contestant has a label,blue(b),green(g) or red(r)
    In column 3 I want to print the number of non reds in each event,in my attached file this is 7,4 and 4 respectively--I need a formula to fill down column 3 to do this automatically.
    Attached Files Attached Files

  2. #2
    Trevor Shuttleworth
    Guest

    Re: counting letters.

    =SUMPRODUCT(($A$2:$A$22=$A2)*($B$2:$B$22<>"R"))

    Regards

    Trevor


    "pytelium" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have events in column 1,in my sheet there are about 800 events.
    > In col 2. each contestant has a label,blue(b),green(g) or red(r)
    > In column 3 I want to print the number of non reds in each event,in my
    > attached file this is 7,4 and 4 respectively--I need a formula to fill
    > down column 3 to do this automatically.
    >
    >
    > +-------------------------------------------------------------------+
    > |Filename: 3 letters.zip |
    > |Download: http://www.excelforum.com/attachment.php?postid=5184 |
    > +-------------------------------------------------------------------+
    >
    > --
    > pytelium
    > ------------------------------------------------------------------------
    > pytelium's Profile:
    > http://www.excelforum.com/member.php...o&userid=25521
    > View this thread: http://www.excelforum.com/showthread...hreadid=571163
    >




  3. #3
    Registered User
    Join Date
    07-23-2005
    Posts
    51
    Thanks Trevor

+ 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