Hi,
I have 2 worksheets . i am looking for macro code so that i dont have to do vlookup everytime. And the number of rows will change in both the worksheets.
i have data in column D from D2 to last cell in that column in sheet 1. i lookup this value from sheet 2 and populate the data in column BW of sheet 1,BW has formula-vlookup(D2,Sheet2$A$1:$D$610,4,false) ,there can be more than 610 rows and more than 4 columns in sheet 2 its not fixed too. similarly i have columns BX ,BZ of sheet 1 that will be populated with-
BW-vlookup(D2,Sheet2$A$1:$D$610,4,false)
BX -vlookup(D2,Sheet2$A$1:$Z$610,24,false)
BZ -vlookup(D2,Sheet2$A$1:$BC$610,34,false)
Please help .Thanks.
I have 2 worksheets . i am looking for macro code so that i dont have to do vlookup everytime. And the number of rows will change in both the worksheets.
i have data in column D from D2 to last cell in that column in sheet 1. i lookup this value from sheet 2 and populate the data in column BW of sheet 1,BW has formula-vlookup(D2,Sheet2$A$1:$D$610,4,false) ,there can be more than 610 rows and more than 4 columns in sheet 2 its not fixed too. similarly i have columns BX ,BZ of sheet 1 that will be populated with-
BW-vlookup(D2,Sheet2$A$1:$D$610,4,false)
BX -vlookup(D2,Sheet2$A$1:$Z$610,24,false)
BZ -vlookup(D2,Sheet2$A$1:$BC$610,34,false)
Please help .Thanks.