i have some data in sheet1 like
SERIAL no Apr'13 May-13 June-13 July-13 August-13
54-003094-1 3.50 3.50 3.50 3.50 3.50
54-003096-1 3.50 3.50 3.50 - -
54-003123-1 3.50 3.50 3.50 - -
54-003171-1 3.50 3.50 3.50 - -
54-003246-1 3.50 3.50 3.50 - -
and some data in sheet2 which contains data as same
SERIAL no May-13 June-13 July-13 August-13
54-003094-1 3.57 3.45 3.57 3.57
54-003096-1 3.57 3.45 3.57 3.57
54-003123-1 3.57 3.45 3.57 3.57
54-003171-1 3.57 3.45 3.57 3.57
i want to add the data from sheet2 to sheet1 where the serial no.and date are matching if the cell contains - or is blank it should add the corresponding data.
attached the excel file
pls help in this issue.
SERIAL no Apr'13 May-13 June-13 July-13 August-13
54-003094-1 3.50 3.50 3.50 3.50 3.50
54-003096-1 3.50 3.50 3.50 - -
54-003123-1 3.50 3.50 3.50 - -
54-003171-1 3.50 3.50 3.50 - -
54-003246-1 3.50 3.50 3.50 - -
and some data in sheet2 which contains data as same
SERIAL no May-13 June-13 July-13 August-13
54-003094-1 3.57 3.45 3.57 3.57
54-003096-1 3.57 3.45 3.57 3.57
54-003123-1 3.57 3.45 3.57 3.57
54-003171-1 3.57 3.45 3.57 3.57
i want to add the data from sheet2 to sheet1 where the serial no.and date are matching if the cell contains - or is blank it should add the corresponding data.
attached the excel file
pls help in this issue.