Hiya,
I am trying to structure my spreadsheet properly with VLookup. I will try to explain the layout as clear as i can.
I have two worksheets,
1) Worksheet 1 has two columns, Column A has a list of company codes and Column B contains the company Name. This worksheet is updated as some companies may be removed and new added.
2) Worksheet 2 is the working area. Column A is the key for the VLookup, Column B contains the company codes and Column C the Company Name.
Column A has this formula:
=IF(ISNA(VLOOKUP(B3,'S&P'!B:C,1,FALSE)),"No Match",VLOOKUP(B3,'S&P'!B:C,1,FALSE))
It looks up the company code and company name and if it does not match with that in the first worksheet, it displays "No Match".
Right heres the problem, I am not able to identify the new companies and the codes that have been added to worksheet 1 that replaced the existing ones. I hope i have explained it properly!
any suggestions?
I am trying to structure my spreadsheet properly with VLookup. I will try to explain the layout as clear as i can.
I have two worksheets,
1) Worksheet 1 has two columns, Column A has a list of company codes and Column B contains the company Name. This worksheet is updated as some companies may be removed and new added.
2) Worksheet 2 is the working area. Column A is the key for the VLookup, Column B contains the company codes and Column C the Company Name.
Column A has this formula:
=IF(ISNA(VLOOKUP(B3,'S&P'!B:C,1,FALSE)),"No Match",VLOOKUP(B3,'S&P'!B:C,1,FALSE))
It looks up the company code and company name and if it does not match with that in the first worksheet, it displays "No Match".
Right heres the problem, I am not able to identify the new companies and the codes that have been added to worksheet 1 that replaced the existing ones. I hope i have explained it properly!
any suggestions?