#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
nae nae is offline
external usenet poster
 
Posts: 1
Default dot count

can I do a dot count in a cell?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default dot count

=LEN(A1)-LEN(SUBSTITUTE(A1,".",""))

if you by dot mean a period


--
Regards,

Peo Sjoblom



"nae" wrote in message
...
can I do a dot count in a cell?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 146
Default dot count

Be very careful with dots (periods) in Excel. If you type in "." (1 dot),
you get 1 dot. If you type in ".." (2 dots) you get 2 dots. If you type in
"..." (3 dots) you get ellipsis (...), not 3 dots. If you type in "...." (4
dots), you get ellipsis (...) and 1 dot. If you type in "....." (5 dots) you
get ellipsis (...) and 2 dots. If you type in "......" (6 dots), you get
ellipsis (...) and ellipsis (...). If you type in "......." (7 dots), you
get ellipsis (...), ellipsis(...) and 1 dot. Etc.

A dot is code 46, ellipsis is code 133. If you have a cell filled with dots
beside a cell filled with ellipses, you will see the spacing between the
dots and the ellipses is uniform, but careful inspection will reveal that
cells look different.There is a slightly wider space following the
ellipsis.This space is wider than the space between dots.


"nae" wrote in message
...
can I do a dot count in a cell?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default dot count

That's one of the autocorrect entries that I've removed (for this very reason).

Dave Thomas wrote:

Be very careful with dots (periods) in Excel. If you type in "." (1 dot),
you get 1 dot. If you type in ".." (2 dots) you get 2 dots. If you type in
"..." (3 dots) you get ellipsis (...), not 3 dots. If you type in "...." (4
dots), you get ellipsis (...) and 1 dot. If you type in "....." (5 dots) you
get ellipsis (...) and 2 dots. If you type in "......" (6 dots), you get
ellipsis (...) and ellipsis (...). If you type in "......." (7 dots), you
get ellipsis (...), ellipsis(...) and 1 dot. Etc.

A dot is code 46, ellipsis is code 133. If you have a cell filled with dots
beside a cell filled with ellipses, you will see the spacing between the
dots and the ellipses is uniform, but careful inspection will reveal that
cells look different.There is a slightly wider space following the
ellipsis.This space is wider than the space between dots.

"nae" wrote in message
...
can I do a dot count in a cell?


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default dot count

Me also long time past.

Gord

On Thu, 19 Jul 2007 17:42:52 -0500, Dave Peterson
wrote:

That's one of the autocorrect entries that I've removed (for this very reason).

Dave Thomas wrote:

Be very careful with dots (periods) in Excel. If you type in "." (1 dot),
you get 1 dot. If you type in ".." (2 dots) you get 2 dots. If you type in
"..." (3 dots) you get ellipsis (...), not 3 dots. If you type in "...." (4
dots), you get ellipsis (...) and 1 dot. If you type in "....." (5 dots) you
get ellipsis (...) and 2 dots. If you type in "......" (6 dots), you get
ellipsis (...) and ellipsis (...). If you type in "......." (7 dots), you
get ellipsis (...), ellipsis(...) and 1 dot. Etc.

A dot is code 46, ellipsis is code 133. If you have a cell filled with dots
beside a cell filled with ellipses, you will see the spacing between the
dots and the ellipses is uniform, but careful inspection will reveal that
cells look different.There is a slightly wider space following the
ellipsis.This space is wider than the space between dots.

"nae" wrote in message
...
can I do a dot count in a cell?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count Employee Work Time - Don't Count Duplicates J Excel Worksheet Functions 3 May 1st 07 10:47 PM
Count Employee Work Time - Don't Double-count Overlapping Apts. J Excel Worksheet Functions 0 April 27th 07 05:52 AM
Excel 2000, count, sort a list & count totals? sunslight Excel Worksheet Functions 1 April 9th 07 05:46 PM
Count Intervals of 2 Numeric values in same Row and Return Count across Row Sam via OfficeKB.com Excel Worksheet Functions 12 September 24th 05 10:58 PM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM


All times are GMT +1. The time now is 09:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"