Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2004

Tip: Looking for answers? Try searching our database.

sum up number of times a colon ":" in a row

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
paul - 26 Oct 2004 15:48 GMT
Could anyone tell how  to sum up the number of times of a colon ":" appeared
in a row.

Thanks.
Frank Kabel - 26 Oct 2004 15:56 GMT
Hi
try
=SUMPRODUCT((LEN(A1:X1)-LEN(SUBSTITUTE(A1:X1,":",""))))

Signature

--
Regards
Frank Kabel
Frankfurt, Germany


> Could anyone tell how  to sum up the number of times of a colon ":" appeared
> in a row.
>
> Thanks.
David McRitchie - 26 Oct 2004 16:39 GMT
You can drop the leftmost and rightmost parens of Frank's reply
  =SUMPRODUCT(LEN(A1:X1)-LEN(SUBSTITUTE(A1:X1,":","")))
instead of
  =SUMPRODUCT((LEN(A1:X1)-LEN(SUBSTITUTE(A1:X1,":",""))))
Gord Dibben - 26 Oct 2004 21:50 GMT
Paul

=COUNTIF(1:1,CHAR(58))

Gord Dibben Excel MVP

>Could anyone tell how  to sum up the number of times of a colon ":" appeared
>in a row.
>
>Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.