I have leading and trailing spaces either side of values. I'm getting rid of said trailing/leading spaces with =TRIM(CLEAN(A1)).
The problem is some of the spaces are "different/special" spaces, (I don't know what type, just that they are different). When I use this =CODE(LEFT(A1,1)) I don't...