Hi All,
I've currently got 2 worksheets in a single workbook which interact with each other. Worksheet1 pulls data from worksheet2 by using an index match, but the problem I have with this is when the data is changed in worksheet 2 this then knocks on to worksheet1. I have the excel formulas working fine but I think as I require the data to become permanent in worksheet1 I will need to change the formulas to VBA code and add a copy and paste command??
Please can someone help me with this as I'm struggling to translate what I require into VBA. The formula that pulls the information through looks like this:
INDEX('Worksheet2'!E:E,MATCH('Worksheet1'!W2,'Worksheet2'!C:C,0))
The cells with data in to be matched in Worksheet1 are W2 to W10000 and in Worksheet2 are C3 to C100.
Many Thanks
I've currently got 2 worksheets in a single workbook which interact with each other. Worksheet1 pulls data from worksheet2 by using an index match, but the problem I have with this is when the data is changed in worksheet 2 this then knocks on to worksheet1. I have the excel formulas working fine but I think as I require the data to become permanent in worksheet1 I will need to change the formulas to VBA code and add a copy and paste command??
Please can someone help me with this as I'm struggling to translate what I require into VBA. The formula that pulls the information through looks like this:
INDEX('Worksheet2'!E:E,MATCH('Worksheet1'!W2,'Worksheet2'!C:C,0))
The cells with data in to be matched in Worksheet1 are W2 to W10000 and in Worksheet2 are C3 to C100.
Many Thanks