revise formula to pull data from another spreadsheet

Savuti

Board Regular
Joined
Apr 30, 2008
Messages
156
Hello, the formula below works great, I need to however pull the data from one spreadsheet on drive A:\Target (name of folder) to the other spreadsheet on drive B:\Needed (name of folder). I am not sure where to enter the drive and folder information within the formula. I have tried but with strange results.

The bolded text ($A$2) is on the spreadsheet I am pulling the data to.

Thank you for your help.

Code:
=IF(ISNUMBER(MATCH([COLOR=red][B]$A$5[/B][/COLOR],$C$3:$M$3,0)),INDEX($C$6:$M$6,MATCH([COLOR=red][B]$A$5[/B][/COLOR],$C$3:$M$3,0)),"")
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
if you open the file and create the formula you want, save it. Then close the file you pointed to in the formula, it will show you how the formula needs to read. Note: excel drops off the path information when a file is open.
 
Upvote 0

Forum statistics

Threads
1,224,520
Messages
6,179,267
Members
452,902
Latest member
Knuddeluff

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