Match data between to workbooks and pasting a range of cells

Tarqs

Board Regular
Joined
Feb 14, 2011
Messages
120
Hi all, i'd really appreciate some help.

I'm trying to match values in column A between two sheets in seperate but open workbooks. When two vlaues match in "A" I need to paste a range (e.g E##:G##) from the the same row into the other. I would like to run the function from the sheet i'd like to paste into.

I would record but can't record the matching function?

Any help would be much appreciated.

Tarqs
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Why not use vlookup?

=vlookup(A1,otherfileA:G,5,0)

5 will give you the entry in column E, so change to 6 for F and so on.
 
Upvote 0
Expiry,

It's a good shout but the files I need to copy data from will change on a weekly basis (name etc). The real issue is I need to individually copy this data from 30 reports on an individual basis once i've validated the information. If i use a V lookup i'll have to change the formula across circa 500 lines which may sit across the 30 reports?

Sorry i know that's clear as mud!

Tarqs
 
Upvote 0

Forum statistics

Threads
1,214,849
Messages
6,121,925
Members
449,056
Latest member
denissimo

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