Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
FC FC is offline
external usenet poster
 
Posts: 130
Default Counting depending on kind of letters

Can somebody provide me with a FORMULA, CONDITIONAL FORMATTING or a
way to count in a column, let's say, how many CELLS are written in specific
kind of letters? ( ex. arial, britanic bold, etc.).Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Counting depending on kind of letters

Visit www.cpearson.com.
Chip shows how to count by color etc.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"FC" wrote in message
...
Can somebody provide me with a FORMULA, CONDITIONAL FORMATTING or a
way to count in a column, let's say, how many CELLS are written in
specific
kind of letters? ( ex. arial, britanic bold, etc.).Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Counting depending on kind of letters

To add to what Bernard said, the property you'd need to test for (instead of
Interior.ColorIndex) would be the cell's .Font.Name property, like:
If ActiveCell.Font.Name = "Times New Roman" Then
' add 1 to counter
End IF

Hope this helps you change examples you find to suit your need.

"FC" wrote:

Can somebody provide me with a FORMULA, CONDITIONAL FORMATTING or a
way to count in a column, let's say, how many CELLS are written in specific
kind of letters? ( ex. arial, britanic bold, etc.).Thanks in advance.

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
counting letters. pytelium Excel Worksheet Functions 2 August 13th 06 09:23 PM
Counting cell depending on certain crieteria starguy Excel Discussion (Misc queries) 4 April 24th 06 09:05 AM
counting rows depending on 2 selective values Acid-Sky Excel Discussion (Misc queries) 1 September 1st 05 05:45 PM
Counting Letters Blink Excel Worksheet Functions 2 August 3rd 05 05:33 PM
Counting Letters Gaute Hasti Excel Worksheet Functions 5 March 8th 05 09:09 PM


All times are GMT +1. The time now is 12:01 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"