A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
One approach for possibly better results with data as-is (be it text, numeric or mixed data)
you could try using something like this index/match which swings it all to pure text matching
Lookup values in A2 down (to be matched with those in Clients' col A)
In B2,press normal ENTER to confirm:
=INDEX(Clients!$B$2:$B$1000,MATCH(TRUE,INDEX(Clients!$A$2:$A$1000&""=A2&"",),0))
Copy down as far as required