Sunday, February 24, 2008

Removed space

If you have a character (value or text) that containing a space in last character i.e DVD1233x (says x is a space that mostly is blank) you can delete that space by using the formula :
1. = TRIM(A1)
2. Text To Column Function
3. = TRIM(SUBSTITUTE(A1,CHAR(160),""))

No comments: