Hello all,
I have data in two separate xl sheets, one is the source sheet and the other is data sheet, now I have some empty cells in data sheet which can be filled by referencing the source sheet.
To be precise, for example the source sheet has column A,B,C and the data sheet has a column A which has similar data values as the column A of the source sheet, but repeated values…..
So I need a condition which checks the column A in both source and data sheets and if it finds the value in the data sheet’s column A to be similar to the value in the column A of the source sheet, then the corresponding B,C values from the source sheet are copied into the corresponding columns in data sheet…
Please help
I have data in two separate xl sheets, one is the source sheet and the other is data sheet, now I have some empty cells in data sheet which can be filled by referencing the source sheet.
To be precise, for example the source sheet has column A,B,C and the data sheet has a column A which has similar data values as the column A of the source sheet, but repeated values…..
So I need a condition which checks the column A in both source and data sheets and if it finds the value in the data sheet’s column A to be similar to the value in the column A of the source sheet, then the corresponding B,C values from the source sheet are copied into the corresponding columns in data sheet…
Please help