Copy the worksheet from Workbook into another workbook and perform forumla with existing sheet

mayaa_mmm

Board Regular
Joined
Jul 30, 2014
Messages
54
Office Version
  1. 2010
Platform
  1. Windows
1. In a folder (Folder path C:\david\Desktop\New folder) , I have file name called " Data" and sheet name "Data info" and another file name called "System" and sheet name "system info"
2. I need to perform formula with Data workbook and system workbook. Formula need to apply in System workbook.
3. Below is the formula

In my case Sheet2 in the formula is Data workbook,

=IFERROR(INDEX(Sheet2!$H$2:$H$45812,MATCH(J280&"|"&Q280,INDEX(Sheet2!$C$2:$C$45812&"|"&Sheet2!$H$2:$H$45812,0),0)),"") in Z column
=IFERROR(INDEX(Sheet2!$C$2:$C$45812,MATCH(J280&"|"&Q280,INDEX(Sheet2!$C$2:$C$45812&"|"&Sheet2!$H$2:$H$45812,0),0)),"") in AA column

J and Q column is from the System workbook

Formula should apply till the last row of the Data workbook.

4. Once forumula runs in the System workbook column Z and AA
I would like to match the values in AC column =Z2=Q2 till last row and in AD column =AA2=J2
5. Filter for true value in both columns and update status as Yes in V

since my data is huge , I would like to do VBA.

Thank you in advance
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,214,832
Messages
6,121,853
Members
449,051
Latest member
excelquestion515

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