One last formula to go.... I think...

Ok so we have the vlookup command..
it is searching for a specific id number, the id number has three values next to it. I need the formula to find the id then display the average of the 3 values next to it.
I tried this:
=AVERAGE(VLOOKUP(K3,'CSR Data'!$G$3:$J$41,2,FALSE))

the averages aren't matching.
the id is 33126
the totals to average are 88.6%, 79.1% and 85.0%

to my calculations the average is 84.23
but the formula displays 88.64

just the average command on those cells displays 84.25


What am I doing wrong?

bpaw