#1   Report Post  
tomandrobyn
 
Posts: n/a
Default Looking up data


I'm hoping for some help in pulling information from one sheet onto
another.

For example, I have no problem setting up a vlookup to find a customer
number (happens to be A13) on the other sheet and displaying their name
one column over... =VLOOKUP(A2,Input!A1:F20,2)

What I'm unsure of is how to lookup 2 rows below (so that it displays
what's in A15) or say 1 row down and 5 columns over (F14). I'm guessing
that it may be a vlookup with offset or maybe match?

While the # of columns over and/or rows down from the customer number
will always be the same, the rows that the customer info is on will be
different... for the A13 example, next week it might be on A16 but I'll
still need to lookup one column over, one column down etc. this is why
I'm guessing a vlookup or match might be needed.

Thanks in advance!


--
tomandrobyn
------------------------------------------------------------------------
tomandrobyn's Profile: http://www.excelforum.com/member.php...o&userid=13879
View this thread: http://www.excelforum.com/showthread...hreadid=470056

  #2   Report Post  
JMB
 
Posts: n/a
Default

=INDEX($A$1:$F$6,MATCH(A9,$A$1:$A$6,0)+1,6)

to find the value 1 row down and 5 columns over.

Where your table is in cells A1:F6, the column containing customer numbers
is in cells A1:A6, and cell A9 contains the customer number you want to look
up.

modify the ranges to suit.

"tomandrobyn" wrote:


I'm hoping for some help in pulling information from one sheet onto
another.

For example, I have no problem setting up a vlookup to find a customer
number (happens to be A13) on the other sheet and displaying their name
one column over... =VLOOKUP(A2,Input!A1:F20,2)

What I'm unsure of is how to lookup 2 rows below (so that it displays
what's in A15) or say 1 row down and 5 columns over (F14). I'm guessing
that it may be a vlookup with offset or maybe match?

While the # of columns over and/or rows down from the customer number
will always be the same, the rows that the customer info is on will be
different... for the A13 example, next week it might be on A16 but I'll
still need to lookup one column over, one column down etc. this is why
I'm guessing a vlookup or match might be needed.

Thanks in advance!


--
tomandrobyn
------------------------------------------------------------------------
tomandrobyn's Profile: http://www.excelforum.com/member.php...o&userid=13879
View this thread: http://www.excelforum.com/showthread...hreadid=470056


  #3   Report Post  
tomandrobyn
 
Posts: n/a
Default


Thanks JMB, that does the trick perfectly!


--
tomandrobyn
------------------------------------------------------------------------
tomandrobyn's Profile: http://www.excelforum.com/member.php...o&userid=13879
View this thread: http://www.excelforum.com/showthread...hreadid=470056

  #4   Report Post  
JMB
 
Posts: n/a
Default

you're welcome.

"tomandrobyn" wrote:


Thanks JMB, that does the trick perfectly!


--
tomandrobyn
------------------------------------------------------------------------
tomandrobyn's Profile: http://www.excelforum.com/member.php...o&userid=13879
View this thread: http://www.excelforum.com/showthread...hreadid=470056


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatically pasting worksheet data to new worksheet with formulas COntactJason Excel Worksheet Functions 0 August 10th 05 08:22 PM
Inserting Filtered RC cell information into other worksheets Dennis Excel Discussion (Misc queries) 10 July 30th 05 01:54 AM
Pull Current Month's Data Out of List - Repost Karl Burrows Excel Discussion (Misc queries) 4 May 3rd 05 01:06 AM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM


All times are GMT +1. The time now is 11:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"