Experts, I need you... I have no idea what I'm doing here.
Sheet1 Column A = Production #
Sheet 2 Column B = Kit #
Sheet2 Column A = Production #
Sheet2 Column B = Kit # (multiple values in single cell)
I need to lookup the production # in sheet 1, match it against the production # in sheet2, then if it's found, I need see if the Kit # in Sheet1 Col. B is found in Sheet2 Col. B
=IF Sheet1!A2 is found in Sheet2!A:A then lookup value Sheet1!B2 in the cell next to the production# (Sheet2!B:?), if value from Sheet1!B2 is found, then say "found", 0)
Does anyone have an idea on how I can accomplish this... either in Excel or VBA?
Thanks!
Sheet1 Column A = Production #
Sheet 2 Column B = Kit #
Sheet2 Column A = Production #
Sheet2 Column B = Kit # (multiple values in single cell)
I need to lookup the production # in sheet 1, match it against the production # in sheet2, then if it's found, I need see if the Kit # in Sheet1 Col. B is found in Sheet2 Col. B
=IF Sheet1!A2 is found in Sheet2!A:A then lookup value Sheet1!B2 in the cell next to the production# (Sheet2!B:?), if value from Sheet1!B2 is found, then say "found", 0)
Does anyone have an idea on how I can accomplish this... either in Excel or VBA?
Thanks!