Ok in excel i have 2 sheets
Sheet 1 = Uptodate product datafeed Sheet 2 = Currentlist of products on my site
Basically this is what i need done
I need to find the product id of a product that exists in both sheet 1 and sheet 2...
i have been using the following VLOOKUP to see if the product exists in both sheets.
=IF(VLOOKUP(M:M,Sheet2!S:S,1,FALSE)>0,MATCH(M:M,Sheet2!S:S,FALSE),"N")
i havent used VLOOKUP in years and im prob doing it in an outdated way any help would be greatly appriciated