offset and vlookup

C

cutsygurl

can you use a vlookup inside an offset
ex: offset(vlookup(c5, a1:d40, 2), 5,3,1,1) did i type in somethin
wrong b/c excel doesnt like that formula :confused
 
D

Domenic

Try the following formula...

=OFFSET(INDEX(B1:B40,MATCH(C5,A1:A40,0)),5,3)

Although, isn't your lookup value in a different sheet from your lookup
table?

Hope this helps!
 
Top