good day everyone,
I need help to compare a few columns in one workbook to another few columns in another workbook. vba or just simple conditional formatting, doesn't matter to me. the following is what I am working with.
book1: is a name list with position number. column A has position number and column B is last name comma first name. this workbook does not belong to me and I cannot update it. names change from time to time so I need to look at it often to find changes.
book2: is my workbook and I need to make sure my list of names stays up to date with the list of names from book1. my book2 has a different format of names then book1. mine is column A position number, column B last name, column C first name.
what I am looking for is an easier way to make sure these names match at all times. is there any way I can automate this process? maybe highlight the cells/rows that don't match on my book2? I am open to suggestions if there is a better way of handling this. ideas?
any help is greatly appreciated, thanks in advance.
I need help to compare a few columns in one workbook to another few columns in another workbook. vba or just simple conditional formatting, doesn't matter to me. the following is what I am working with.
book1: is a name list with position number. column A has position number and column B is last name comma first name. this workbook does not belong to me and I cannot update it. names change from time to time so I need to look at it often to find changes.
book2: is my workbook and I need to make sure my list of names stays up to date with the list of names from book1. my book2 has a different format of names then book1. mine is column A position number, column B last name, column C first name.
what I am looking for is an easier way to make sure these names match at all times. is there any way I can automate this process? maybe highlight the cells/rows that don't match on my book2? I am open to suggestions if there is a better way of handling this. ideas?
any help is greatly appreciated, thanks in advance.