Lookup

  • Thread starter Thread starter matt
  • Start date Start date
M

matt

Q103


Q102 Q202 Q302 Q402 Q103 Q203


How can I lookup the Q103 in the row above and then have
it pull the number to the right one cell (Q203)? thanks
 
If I understand correctly

=INDEX(A2:F2,MATCH(A1,A2:F2,0)+1)
where q103 is in a1
and q102-q203 is in a2-f2
Lance
 
matt said:
Q103


Q102 Q202 Q302 Q402 Q103 Q203


How can I lookup the Q103 in the row above and then have
it pull the number to the right one cell (Q203)? thanks

Here's a brute force idea. Make your spreadsheet look like this:

Q103

Q102 Q202 Q302 Q402 Q103 Q203
Q202 Q302 Q402 Q103 Q203

Now you should be able to use HLOOKUP to look down one row. You may wish to
hide that second row.

Dave
dvt at psu dot edu
 

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

Complicated formulas 6
lookup row number 3
Help needed 0
Vlookups and formats 3
How to lookup based in the first 3 characters of a cell 2
sum last 3 numbers greater that 0 in a range 0
lookup 2
Lookup problems? 1

Back
Top