+ Reply to Thread
Results 1 to 4 of 4

Various index match problems

Hybrid View

Joe Pineapples Various index match problems 05-03-2009, 03:54 AM
zbor Re: Various index match... 05-03-2009, 04:38 AM
DonkeyOte Re: Various index match... 05-03-2009, 04:55 AM
Joe Pineapples Re: Various index match... 05-03-2009, 06:47 AM
  1. #1
    Registered User
    Join Date
    05-03-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    4

    Thumbs up Various index match problems

    I know there are lots of versions of this problem on the web, but I'm not good enough at Excel to be able to change them to fit what I need,

    On the attached workbook, on the "Progress Summary" page, cell C30 has a formula which should list the names of pupils who made 0 progress (as referenced by the Raw Data page, column R [progress] and column A [name].)

    It only lists the first name and not all of them. Can anyone help me?

    Joe P.
    Attached Files Attached Files
    Last edited by Joe Pineapples; 05-03-2009 at 11:20 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,033

    Re: Various index match problems

    Easiest way will be to put Filter in Raw data 1st row and you can easily filter out in R column all that has 0... Is this OK?
    Last edited by zbor; 05-03-2009 at 04:50 AM.
    Never use Merged Cells in Excel

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Various index match problems

    If you want to use Arrays...

    Progress Summary
    A28: =COUNTIF('Raw Data'!R:R,B28)

    C30: =IF(ROWS(C$30:C30)>$A$28,"",INDEX('Raw data'!$A$1:A$250,SMALL(IF('Raw data'!$R$1:$R$250=$B$28,ROW($1:$250)),ROWS(C$30:C30))))
    committed with CTRL + SHIFT + ENTER

    copy down to say C39

    As you alter B28 you should find your list updates accordingly.

    Arrays if over used will affect performance of the file.

  4. #4
    Registered User
    Join Date
    05-03-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Various index match problems

    Thank you so much, guys!

    Zbor - I considered your solution, but I am making a spreadsheet to analyse data for work and my colleagues need to be able to paste sheets in regularly and have the analysis done for them without any editing.

    Your way works perfectly, but someone would bugger it up!

    DonkeyOte - A perfect solution. Thank you very much. You are right about the overuse of arrays. I have 2007 at home, but as my company has 2003. I can't find any easy way around the lack of COUNTIFS in 2003 without arrays.

    Thank you both again for your time and help.

    Joe P.

+ 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