+ Reply to Thread
Results 1 to 2 of 2

Problem with Offset / Count Formula

  1. #1
    Registered User
    Join Date
    08-11-2010
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    11

    Problem with Offset / Count Formula

    Hi, I'm looking for some help with an OFFSET / COUNT formula (this may not be the correct choice for what I am trying to do).

    I have 2 sheets.

    Sheet 1 - List of Athletes, with 4 columns.
    Athlete No - Name - Club - Age

    Sheet 2 - Result Sheet based on Age, with a number of columns, the first 3 being.
    Athlete No - Name - Club

    I intend to populate Sheet1 first, I would like Sheet2 to auto-populate with the details of the Athletes listed on Sheet1 of a particular age. e.g. If the Result Sheet is for Senior Women then all athletes listed as 'Senior Women' will appear automatically.

    I have included an example SS, and I have placed the formula that I have been playing with in the cells Athlete No - Name - Club on Sheet2. My formula is finding the first correctly aged athlete, but then inserting all subsequent athletes regardless of age. I dont think I'm far away....

    Any help would be greatly appreciated.

    BB
    Attached Files Attached Files
    Last edited by blackbadger; 08-19-2010 at 03:57 AM.

  2. #2
    Registered User
    Join Date
    08-11-2010
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Problem with Offset / Count Formula

    Here is a copy of the formula I am using

    =IF(ISNA(OFFSET(Start,MATCH($A$1,CombinedAge,0)-1,2,COUNTIF(CombinedAge,$A$1),1))," ",OFFSET(Start,MATCH($A$1,CombinedAge,0)-1,2, COUNTIF(CombinedAge,$A$1),1))

    B.B.

+ 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