Odd Lookup

S

Steve

Hi. Can I write a formula that will scan ALL of Sheet2, with a
lookup
value in cell Sheet1!A1, and return the value in the cell that is 8
rows directly below the cell where the lookup value is found?

I need it to scan an entire sheet, not a particular column or row.


Thanks!
 
P

Peo Sjoblom

In one fell swoop would be hard without crashing Excel, maybe multiple
hlookups like

=HLOOKUP(Sheet1!$A$1,Sheet2!1:8,8,0)


copied down



--


Regards,


Peo Sjoblom
 

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

Similar Threads


Top