Dear Kaushik,........

In Excel

Try it........

*=LEN(SUBSTITUTE(B2," ",""))
*

in VBA.......
Try it.............
*Function cell_length(s As Range)
cell_length = Len(Application.WorksheetFunction.Substitute(s, " ", ""))
End Function
 *

-- 

Thanks & regards,
Noorain Ansari
http://noorain-ansari.blogspot.com/

---------- Forwarded message ----------
From: NOORAIN ANSARI <noorain.ans...@gmail.com>
Date: Tue, Jul 26, 2011 at 11:07 AM
Subject: Re: $$Excel-Macros$$ Help Required (Excel Function or VBA Code)
To: excel-macros@googlegroups.com


Dear Kaushik,........

In Excel

Try it........
*=LEN(SUBSTITUTE(B2," ",""))*


in VBA.......
Try it.............

*Function cell_length(s as range)*
*cell_length=application.worksheetfunction.*
*Function cell_length(s As Range)
cell_length = Len(Application.WorksheetFunction.Substitute(s, " ", ""))
End Function*

**

-- 
*Thanks & regards,*
*Noorain Ansari*
*http://noorain-ansari.blogspot.com/* <http://noorain-ansari.blogspot.com/>

  *
*
On Tue, Jul 26, 2011 at 10:21 AM, Rajan_Verma <rajanverma1...@gmail.com>wrote:

>  *Try this*
>
> * *
>
> *=LEN(B1)-LEN(SUBSTITUTE(B1," ",""))*
>
> * *
>
> *From:* excel-macros@googlegroups.com [mailto:
> excel-macros@googlegroups.com] *On Behalf Of *KAUSHIK SAVLA
> *Sent:* Tuesday, July 26, 2011 9:37 AM
> *To:* excel-macros@googlegroups.com
> *Subject:* $$Excel-Macros$$ Help Required (Excel Function or VBA Code)****
>
> ** **
>
> Hi All,****
>
>  ****
>
> I want to count the number of spaces in a cell:-****
>
> Eg In Cell A1 data is "9 7 5 6" I want function which returns answer as 4
> count.****
>
>  ****
>
> Please suggest.****
>
> --
>
> ----------------------------------------------------------------------------------
> 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
>





-- 
Thanks & regards,
Noorain Ansari
*http://noorain-ansari.blogspot.com/* <http://noorain-ansari.blogspot.com/>

-- 
----------------------------------------------------------------------------------
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