- I have 2 excel sheets (sheet1 and sheet2)
- Sheet1 has 10 columns, sheet2 has 20 columns (no:of rows are same )
- Sheet2 contains all the columns that sheet1 have
- Now, compare 12th column of sheet2 with 7th column of sheet1
- This should result in another column names 'Matched?' in any of the sheet (lets say sheet 2)
- This 'Matched?' columns should have 500 rows with values 'Yes' if matched (or) 'No' if not matched.
Note: Kindly please start explaining from the scratch about the provided VLOOKUP() function because i don't know about it.