active cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

trying to find a way to vlookup with the "lookup_value" reference for the
column being absolute and the reference for the row being the active cell
based on where-ever the cursor is. any change in cursor position should be
reflected in real-time in the vlookup formula display - does anyone know if
this is possible? thanks...
 
=VLOOKUP(INDIRECT("B"&CELL("row")),Sheet2!$M$1:$P$200,4,FALSE)

However, this only changes the result when a calculation occurs and changing
the activecell does not cause a calculation to occur. But if you click
different cells and hit F9, you will see it works at least to that extent.
 
Thanks very much - that works great!

Tom Ogilvy said:
=VLOOKUP(INDIRECT("B"&CELL("row")),Sheet2!$M$1:$P$200,4,FALSE)

However, this only changes the result when a calculation occurs and changing
the activecell does not cause a calculation to occur. But if you click
different cells and hit F9, you will see it works at least to that extent.
 

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

Back
Top