Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default To count an alphabet in a cell

Hi,

Can someone help me,

my issue is, if for example there is text entered in one cell like
"aabcd" .I want to count the number time "a" appearing in the cell.

Thanks

Rajesh Kamath

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 226
Default To count an alphabet in a cell

Try using

=(LEN(A1) - LEN(SUBSTITUTE(A1, B1, ""))) / LEN(B1)

where A1 contains the cell you want to check, and B1 the letter that you
want to count.

--
Regards

Juan Pablo González

"Rajesh Kamath" wrote in message
...
Hi,

Can someone help me,

my issue is, if for example there is text entered in one cell like
"aabcd" .I want to count the number time "a" appearing in the cell.

Thanks

Rajesh Kamath



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default To count an alphabet in a cell

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

--

HTH

RP

"Rajesh Kamath" wrote in message
...
Hi,

Can someone help me,

my issue is, if for example there is text entered in one cell like
"aabcd" .I want to count the number time "a" appearing in the cell.

Thanks

Rajesh Kamath



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
How to count lower case alphabet? Yvonne Excel Discussion (Misc queries) 8 April 22nd 09 09:31 PM
Seperate Alphabet and numbers in a cell Kshitij Excel Discussion (Misc queries) 7 September 10th 08 10:38 AM
auto format cell to enter data alphabet in column dee Excel Worksheet Functions 1 May 10th 07 05:52 PM
How do I change my cell reference columns from number to alphabet? Carol A. Williams Excel Worksheet Functions 2 November 8th 05 08:20 PM
Greek alphabet lashio Excel Discussion (Misc queries) 4 June 13th 05 12:41 AM


All times are GMT +1. The time now is 03:58 PM.

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

About Us

"It's about Microsoft Excel"