Hi All,
i have a scenario that i need to look company name from SHEET1 and look that Company Name in SHEET2 and i want to write those in OUTPUT sheet.
My code is working fine but there is an issue some company names having additional special characters because of that I’m unable to match it. i can’t use contains because if another company also contains similar kind off name it will take that.
I want to work with special characters how can i.
I’m attaching my code below for reference.
Hi @Yoichi thanks for the code but when i run my code it is not printing all matching rows. It is skipping 1 record - **Universal Logistics Holdings Inc.
**
Did i made any mistake in code.