help with an index/match formula

lizsunnysideup

New Member
Joined
Jun 29, 2019
Messages
34
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

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
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,214,985
Messages
6,122,606
Members
449,089
Latest member
Motoracer88

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