Lookup, answer offset

Taff

Board Regular
Joined
Mar 31, 2004
Messages
151
Office Version
  1. 365
Platform
  1. Windows
  2. Web
Looking for some help with a formula:

Looking to find a value in sheet 1, dependent on a value in column A in sheet 2.

seems fairly simple but, the the value required is not on a direct linear view.

so

Column A, row 4 in sheet 2 = "fred"
Somewhere in column B on sheet 1 = "fred"
The response back I need is then in sheet 1, column Q, but 2 rows below. eg "fred" is in B26, response required is in q28

I'm ok with vlookups, xlookups etc, but its this offset that i cant get.

any help appreciated
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
How about
Excel Formula:
=XLOOKUP(A2,Sheet1!$B$2:$B$1000,Sheet1!$Q$4:$Q$1002,"no match")
 
Upvote 0
Solution
Unsure of the actual mechanics of how that worked, but looks like it worked a treat. 👌💪💪💪

Many Thanks

Appreciated
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top