RE: $$Excel-Macros$$ Counting words or letters

2011-02-04 Thread Anil Bhange
Please use =LEN("Cell reference") it will count the words / letters of specific cell Regards,Anil Bhange IP Phone - 512320 | Mobile - 90290 32123 From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Jorge Marques Sent: Friday, February 04, 2011 1:17 AM To:

Re: $$Excel-Macros$$ Counting words or letters

2011-02-04 Thread Avinash Daga
use len function. like u want to calculate num of latter in 1 cell, than =len(a1). On Fri, Feb 4, 2011 at 1:17 AM, Jorge Marques wrote: > Hi, is there anyway of counting words ou letters in a specific cell?thank > you very much > > > -- > > --

Re: $$Excel-Macros$$ Counting words or letters

2011-02-04 Thread Manoj kumar
Hi, use Len function.. =LEN(cell_reference) Regards, Manoj Kumar On Fri, Feb 4, 2011 at 1:17 AM, Jorge Marques wrote: > Hi, is there anyway of counting words ou letters in a specific cell?thank > you very much > > > -- > > ---

Re: $$Excel-Macros$$ Counting words or letters

2011-02-03 Thread ashish koul
word count -- LEN(A2)-LEN(SUBSTITUTE(A2," ",""))+1 On Fri, Feb 4, 2011 at 10:34 AM, NOORAIN ANSARI wrote: > Dear Jorge, > > Please try.. > > *For Letter Counting=Len(A1)* > *For Word Counting=Len(A1)-Substitute(Len(A1)+1* > > Thanks & regards, > Noorain Ansari > On Fri, Feb 4, 2011 at 1:17 AM,

Re: $$Excel-Macros$$ Counting words or letters

2011-02-03 Thread NOORAIN ANSARI
Dear Jorge, Please try.. *For Letter Counting=Len(A1)* *For Word Counting=Len(A1)-Substitute(Len(A1)+1* Thanks & regards, Noorain Ansari On Fri, Feb 4, 2011 at 1:17 AM, Jorge Marques wrote: > Hi, is there anyway of counting words ou letters in a specific cell?thank > you very much > > > -- > >