Hi,

I Need a vba code that will compare "Specific text" in two columns and will return "Ok" in a new column

for example:

Column
A1: Notebook Computer
B1: Notebook Computer BC3453

Column
A2: Desktop Computer
B2: Desktop Computer 902483

here it will match the text Notebook Computer in A1 and B1 and Desktop Computer in A2 and B2


Required result

in Column C it should return
C1: Match OK
C2: Match Ok