Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can a function tell the number of times a particular character is occuring in
a text string in a particular cell? A1 contains ABCD,ACDT,AKBL,BCDF,PIZQ I would like to count no. of "commas" appearing (",") in this cell. hellp appreciated, thanks hsg |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try
=LEN(A1)-LEN(SUBSTITUTE(A1,",","")) Mike "hsg" wrote: Can a function tell the number of times a particular character is occuring in a text string in a particular cell? A1 contains ABCD,ACDT,AKBL,BCDF,PIZQ I would like to count no. of "commas" appearing (",") in this cell. hellp appreciated, thanks hsg |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
VERY slick! I wouldn't have thought of that one.
--- "Mike H" wrote: =LEN(A1)-LEN(SUBSTITUTE(A1,",","")) |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
excellent!
Never figured it out that way! Thanks Mike, Gary's student, Ashish |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count no. of times a character occurs in a cell | Excel Worksheet Functions | |||
Counting number of times a value occurs | Excel Discussion (Misc queries) | |||
Counting the number of times more than 1 variable occurs | Excel Discussion (Misc queries) | |||
I would like to count the # of times a value occurs in Col B base | Excel Worksheet Functions | |||
Counting the number of times a specific character appears in a cell | Excel Worksheet Functions |