offset nesting

U

usrepat

i am getting an error for following:

=average(offset(VLOOKUP(A186,A7:V1288,B4),-10,0):b1268)


should be ok...any help

thanks
 
L

Luke M

The first arguement of OFFSET requires a reference and your VLOOKUP is
outputting a value. How about this:

=AVERAGE(OFFSET(A6,MATCH(A186,A7:A1288)-10,B4):B1268)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top