Hi All,
I have a xcl spreadsheet which has two worksheets (Sheet1 and Sheet2).
Sheet1 has three columns (A, B, C).
Sheet2 has 6 columns (A,B,C,D,E,F).
What I am trying to achieve is as follows
If Sheet1!A2 matches the contents of a cell in Sheet 2 column A then copy the values from Sheet2 Columns C Column F to Sheet1 Columns B and C). h
Te numbers may not be the same in column A on each sheet but the numbers in Column A of Sheet1 are unique and are in no specific order.
If there is no match to the number in Sheet1!column A then put in a 0 in the two columns (B/C) on sheet1 else fill in the numbers from Sheet2.
As an example the value in Sheet1!A3 = 3947. This corresponds to Sheet2!C5. So copy the values from sheet2 to sheet1
However the value in Sheet1!A4 does not have any matching value in Sheet2. So place a value of 0 into sheet1 columns.
I hope I explained it properly.
Cheers Tony
I have a xcl spreadsheet which has two worksheets (Sheet1 and Sheet2).
Sheet1 has three columns (A, B, C).
Sheet2 has 6 columns (A,B,C,D,E,F).
What I am trying to achieve is as follows
If Sheet1!A2 matches the contents of a cell in Sheet 2 column A then copy the values from Sheet2 Columns C Column F to Sheet1 Columns B and C). h
Te numbers may not be the same in column A on each sheet but the numbers in Column A of Sheet1 are unique and are in no specific order.
If there is no match to the number in Sheet1!column A then put in a 0 in the two columns (B/C) on sheet1 else fill in the numbers from Sheet2.
As an example the value in Sheet1!A3 = 3947. This corresponds to Sheet2!C5. So copy the values from sheet2 to sheet1
However the value in Sheet1!A4 does not have any matching value in Sheet2. So place a value of 0 into sheet1 columns.
I hope I explained it properly.
Cheers Tony