View Single Post
 
Old 06-12-2022, 09:26 AM
Logit Logit is offline Windows 10 Office 2007
Expert
 
Join Date: Jan 2017
Posts: 587
Logit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the rough
Default

The following assumes your posted macro works successfully.
:
On the Second Sheet in a BLANK COLUMN, enter the following formula on ROW #3 :

Code:
=RIGHT(B3,LEN(B3)-SEARCH(" ",B3))&", "&LEFT(B3,SEARCH(" ",B3)-1)
Now drag that formula down the column as far as there is data in Col B.

Next, edit your macro to compare against Sheet 2, Col B.
Reply With Quote