S Simensg New Member Nov 4, 2014 #1 Hi. I have tried both the TRIM and the SUBSTITUTE formula but the spaces won't go away in row G. Please help. Attachments SUBSTITUTE.xlsx 17.3 KB · Views: 7
Hi. I have tried both the TRIM and the SUBSTITUTE formula but the spaces won't go away in row G. Please help.
N NARAYANK991 Excel Ninja Nov 4, 2014 #2 Hi , See your file. The offending character had the code 160. Narayan Attachments Simensg_SUBSTITUTE.xlsx 17.5 KB · Views: 3
S Simensg New Member Nov 4, 2014 #3 Thank you. Tried the SUBSTITUTE(A1,CHAR(160),"") It worked after I multiplied all cells with 1.
Ehtisham Ali Member Nov 4, 2014 #4 I think u must delimit it using a special character by pressing Alt+255 in "others". Because by using code() it returns 160 which is actually a 255 .
I think u must delimit it using a special character by pressing Alt+255 in "others". Because by using code() it returns 160 which is actually a 255 .