Hi all,

Its a v good information and i also did not know this.
but i want to share another way to perform the same by find an replace.
copy both the spaces and put in find textbox and replace with single space "
"


Regards,
Deepak

On Wed, May 18, 2011 at 8:20 PM, STDEV(i) <setiyowati.d...@gmail.com> wrote:

> check whether the character is space  / CHAR(32)
>
> =CODE(A1)
> if this formula returns 32 then use TRIM
> if this formual returns other numbers that 32 (space) use  SUBSTITUTE
>
>
>
> On Wed, May 18, 2011 at 2:43 PM, anandydr <anand...@gmail.com> wrote:
>
>> At times the space is leading space which is not completely removed
>> using TRIM ( ) could anyone suggest what to do in such case?
>>
>> On May 18, 3:38 am, "STDEV(i)" <setiyowati.d...@gmail.com> wrote:
>> > sometimes what we thought as the space (as prefix or suffix) turns out
>> to be
>> >  *Char (160)*so we need formula like this
>> > =SUBSTITUTE(A1,CHAR(160),"")
>> >
>> > On Sun, May 15, 2011 at 12:48 PM, Prabhu <prabhugate...@gmail.com>
>> wrote:
>> > > Hi friends,
>> > > How to remove spaces(bugs) in a particular cell either will be as
>> > > prefix or suffix before or after  number or text.
>> > > Regards,
>> > > Prabhu
>>
>>  --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-macros@googlegroups.com
>
> <><><><><><><><><><><><><><><><><><><><><><>
> Like our page on facebook , Just follow below link
> http://www.facebook.com/discussexcel
>

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Reply via email to