help with an index/match formula

lizsunnysideup

New Member
Joined
Jun 29, 2019
Messages
36
Hello,

I was wondering if someone could please help me with this formula:

=INDEX('[Commercial FRM for Claims Review.xlsx]Medications'!$E$2:$E$28460,MATCH(P7,'[Commercial FRM for Claims Review.xlsx]Medications'!$C$2:$C$28460,0))

What I'm hoping to do is transfer the data for columns E-G from one workbook to columns B-D in another workbook. Right now I am only able to repeat this formula separately 3 times for each column.

Thanks for looking at this.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
If you use
=INDEX('[Commercial FRM for Claims Review.xlsx]Medications'!E$2:E$28460,MATCH($P7,'[Commercial FRM for Claims Review.xlsx]Medications'!$C$2:$C$28460,0))
Then you can drag it down & across
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,507
Messages
6,125,212
Members
449,214
Latest member
mr_ordinaryboy

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