+ Reply to Thread
Results 1 to 3 of 3

Array formula to count number of runners in an event

  1. #1
    Forum Contributor
    Join Date
    12-01-2010
    Location
    Southampton, England
    MS-Off Ver
    Excel 2007
    Posts
    303

    Array formula to count number of runners in an event

    Hey guys I am looking to get an array formual that can simply be dragged down the entire page counting the following data (like in f19:f24), I was thinking it would be possible to use column C to identify when a row is withing the same event. Every event has a Unique Column C i am sure this can be achieved using functions like match and index, but I really can not get this to work. Obviously I knwo the standard Count method and could code a macro to put these in place for each set of data, but this would have a slower calculation time than one array formula. If anyone could help me out it would be greatly appreciated. I have attached a document to help make the problem at hand clear.

    Many thanks in advance Alan
    Attached Files Attached Files

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Array formula to count number of runners in an event

    countifs can be slow but why an array? its not necessarily quicker,whu not just
    =IF(E19="","",COUNTIF($C$19:$C$200,C19))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Contributor
    Join Date
    12-01-2010
    Location
    Southampton, England
    MS-Off Ver
    Excel 2007
    Posts
    303

    Re: Array formula to count number of runners in an event

    Perfect thanks, reputation added

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Count number of occurrence in column and print to array
    By ggilzow in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-10-2013, 12:44 PM
  2. Replies: 4
    Last Post: 11-07-2012, 04:02 PM
  3. [SOLVED] need formula to count day since last event with some dates missing
    By dlee959 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-11-2012, 10:24 AM
  4. Replies: 7
    Last Post: 07-08-2011, 10:16 AM
  5. [SOLVED] Formula to count number of dates in an array
    By Lilasviolet in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-07-2005, 03:06 PM

Tags for this Thread

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