Lookup Formula

GrilledCheese

Board Regular
Joined
Apr 23, 2014
Messages
75
I have a formula =OFFSET(INDEX('[Sales.xls]Sheet1'!$A:$A,MATCH($A8,'[Sales.xls]Sheet1'!$A:$A,0)),1,4). The Sales workbook is the source workbook. The $A8 in the formula is located on the destination workbook. If I insert a column in column B on the source workbook, the formula will not pull the previous lookup value. What can I do to my formula so that it will pull the same lookup value even if I insert a new column?
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Also, when I close both workbooks and then open just the destination file, the cells that contain the formulas show a value of "#VALUE!". But when I open the Source workbook, the cells that contains the formulas in the destination file will now show as the lookup value. Any idea how I can show the lookup value in the destination file without opening the source workbook?
 
Upvote 0
Basically, I want to write a formula in workbook 1 that looks up a value in workbook 2. The value is located in column A in workbook 2. But I want the formula to pull the value that is 4 rows down from the value.
1) OFFSET does not work with closed books.

2) Care to word the problem you want to solve?
 
Upvote 0
Basically, I want to write a formula in workbook 1 that looks up a value in workbook 2. The value is located in column A in workbook 2. But I want the formula to pull the value that is 4 rows down from the value.

What are the result and match ranges of interest?
 
Upvote 0
The range is in column A. I have the formula located in cell K10 in workbook 1. The formula looks for the Lookup value in cell A10 in workbook 1. the formula then looks up the lookup value in column A in workbook 2. Then the formula will pull the value that is 4 rows down from the lookup value that is located in the same column. Hope this makes sense.
What are the result and match ranges of interest?
 
Upvote 0

Forum statistics

Threads
1,214,821
Messages
6,121,759
Members
449,048
Latest member
excelknuckles

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