Hey all! Any help with this problem I'm bamboozling myself with would be hugely appreciated!
So I have two different sheets I'm looking to compare and highlight duplicates of:
Sheet 1 - Contains all current employee names in a "firstname*space*surname" format. It also contains a " [C]" to indicate Contractors. So, "firstname*space*surname*space*[C]" or vice versa without the "C".
Sheet 2 - Contains a list of employees that have only recorded their time spent working. This list, however, names are formatted between either "firstname*space*surname", "surname.firstname" and "surname*comma*firstname". A very random mix of orderings to work with.
So my question is, I would like to highlight the employees on sheet 1 that are found on sheet 2 (duplicates), however, I'm really struggling to come up with something between conditional formatting and VBA to accomplish this.
Is something like this even possible by asking Excel to essentially search those different variations, ensuring it doesn't "break out" of that naming sequence that sheet 2 contains? (if that makes any sense, lol)
Thank you!
So I have two different sheets I'm looking to compare and highlight duplicates of:
Sheet 1 - Contains all current employee names in a "firstname*space*surname" format. It also contains a " [C]" to indicate Contractors. So, "firstname*space*surname*space*[C]" or vice versa without the "C".
Sheet 2 - Contains a list of employees that have only recorded their time spent working. This list, however, names are formatted between either "firstname*space*surname", "surname.firstname" and "surname*comma*firstname". A very random mix of orderings to work with.
So my question is, I would like to highlight the employees on sheet 1 that are found on sheet 2 (duplicates), however, I'm really struggling to come up with something between conditional formatting and VBA to accomplish this.
Is something like this even possible by asking Excel to essentially search those different variations, ensuring it doesn't "break out" of that naming sequence that sheet 2 contains? (if that makes any sense, lol)
Thank you!