Let said I have sheetA and sheetB. sheetA have columns 1,2,3 sheetB have columns 1,2,3,4 I want to check if sheetA column 1,2 is the same as in SheetB column 1,2. If the same put the content from sheetA column3 to sheetB column4. how would you check that. I have a if function to test, but is only for one cell. How would you put in a module.
=IF(C1=SheetA!C1,SheetA!C1,)&IF(C2=SheetA!C2,,)
=IF(C1=SheetA!C1,SheetA!C1,)&IF(C2=SheetA!C2,,)