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 (2nd row) for each person so that when I use filldown only the YearAvg score is returned.
Have tried using Offset and Match and thought I was close(ish!) but still can not get it to work!
I have tried using a
=OFFSET(Score,MATCH(D6,ScoreCard!C4:C14,0),0)
ID TimePeriod Score
1234 Nov 5
1234 YearAvg 4
4567 Nov 7
4567 YearAvg 6
Any help would be greatly appreciated.
Cheers
I need a formula that will lookup the ID and then return the yearly avg (2nd row) for each person so that when I use filldown only the YearAvg score is returned.
Have tried using Offset and Match and thought I was close(ish!) but still can not get it to work!
I have tried using a
=OFFSET(Score,MATCH(D6,ScoreCard!C4:C14,0),0)
ID TimePeriod Score
1234 Nov 5
1234 YearAvg 4
4567 Nov 7
4567 YearAvg 6
Any help would be greatly appreciated.
Cheers