Reverse Copy/Paste using Index and Match

Crackerjac

New Member
Joined
Feb 19, 2018
Messages
1
Hello,

I am self taught in excel and in the wonderful world of Macros. My question is that I am building a database with a data entering sheet. I want to use the index and match in a reverse form. That it would find the location in a table and copy and paste the data enter into the cell on the data entering sheet to the that location in table on the other sheet.

I am doing a index and match to find the location as shown below:

Sub CopyMatch()


Sheet7.Range("C8") = "=Index(tblHoursD[[Lexington North]:[Chicoutimi]],Match('Info Sheet'!C19,tblHoursD[Year/Data],0),Match('Data Entering'!C7,tblHoursD[[#Headers],[Lexington North]:[Chicoutimi]],0))"


End Sub

But I want copy and paste the data in sheet7.Range("C8") to the location the the index and match.

I might be asking to much but if there is a way that would be great. If any questions please fill free to ask Thank you
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,223,101
Messages
6,170,116
Members
452,302
Latest member
TaMere

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