How to HLookup but return a value in a different column.

F

fats_71

Hlookup Searches for a value in the top row of a table of values, and then
returns a value in the same column from a row you specify in the table.
The data I need returned is always x number of rows down but the fourth
column to the right.

Appreciate if I could be pointed in the right direction regarding a formula
that would work for this requrement.

Let me know if I need to clarify further.

Cheers
 
J

JBeaucaire

Is your search data sequential and in ordered? If so, a basic LOOKU
instead of HLOOKUP could accomplish what you want. In a LOOKUP, yo
designate different ranges completely so as long as they are the sam
size, they can offset as much as you want

For instance

=LOOKUP(C3,G1:J1,K5:N5

The second range is offset by 4 columns and still works...as long a
the data in G1:J1 is ordered
 

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