saidhruv
Member
Dear All,
Request your help in creating a formula which can:
a. Copy data from specific column from a sheet that has all formulas.
b. paste copied data into another sheet from same workbook as paste as values.
Sample excel attached. Columns from sheet LAB to be pasted into sheet FINAL as values.
LAB -> O3:O102 to be pasted into FINAL -> D1:D100
LAB -> AD3:AD102 to be pasted into FINAL -> E1:E100
LAB -> AS3:AS102 to be pasted into FINAL -> F1:F100
LAB -> BH3:BH102 to be pasted into FINAL -> G1:G100
Note: i have several workbooks where the address of specific column which are to be copied may change, i.e. the example shows column O but in some other excel it could be G.
So, i guess formula would be better rather than a VBA. In case VBA is the solution, i should be able to change the column names within VBA itself.
Request your help in creating a formula which can:
a. Copy data from specific column from a sheet that has all formulas.
b. paste copied data into another sheet from same workbook as paste as values.
Sample excel attached. Columns from sheet LAB to be pasted into sheet FINAL as values.
LAB -> O3:O102 to be pasted into FINAL -> D1:D100
LAB -> AD3:AD102 to be pasted into FINAL -> E1:E100
LAB -> AS3:AS102 to be pasted into FINAL -> F1:F100
LAB -> BH3:BH102 to be pasted into FINAL -> G1:G100
Note: i have several workbooks where the address of specific column which are to be copied may change, i.e. the example shows column O but in some other excel it could be G.
So, i guess formula would be better rather than a VBA. In case VBA is the solution, i should be able to change the column names within VBA itself.