Lookups

  • Thread starter Thread starter Steve Wright
  • Start date Start date
S

Steve Wright

Hi all,

I have an hlookup that works as hlookup is intended however I am trying to
return the value of a cell 1 column to the right of the hlookup result.

Any one know how to do this?

TIA
Steve
 
Use the Match and Offset functions instead.

Use Match to find the column number, then use Offset to increment the column
with one.
 
Ta
Works fine

Steve

Nuraq said:
Use the Match and Offset functions instead.

Use Match to find the column number, then use Offset to increment the column
with one.
 

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

Lookup formula 2
How to increase the row num in hlookup 0
Lookup formula 1
COMPLICATED FORMULA WITH EMBEDDED HLOOKUP 1
Hlookup error 3
hlookup problem 3
hlookup problem 1
Compound Formula for Substitution 3

Back
Top