+ Reply to Thread
Results 1 to 2 of 2

Help with Offset/Lookup

  1. #1
    Registered User
    Join Date
    12-02-2005
    Posts
    1

    Help with Offset/Lookup

    I have an Excel table which contains 2 rows per person showing the latest score and then below it the avg for the year (See example below).
    I need a formula that will lookup the ID and then return the yearly avg for each person so that when I use filldown only the YearAvg score is returned. I have tried using a combo of Offset and match and seem to be close(ish!) but still can not get it to work.

    =OFFSET(Score,MATCH(D6,ScoreCard!C4:C14,0),0)


    ID TimePeriod Col_1 Score
    1234 Nov x 5
    1234 YearAvg x 4
    4567 Nov x 7
    4567 YearAvg x 6

    Any help would be greatly appreciated.
    Cheers

  2. #2
    vezerid
    Guest

    Re: Help with Offset/Lookup

    Sweenster,
    you are right, you are very close. I assume Score is the name of the
    cell with the label "Score". If so, you just need to add 1 to MATCH().

    =OFFSET(Score,MATCH(D6,ScoreCard!C4:C14,0)+1,0)

    HTH
    Kostis Vezerides


+ 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