Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
FSt1 is right, for a specific string, use something like this:
=COUNTIF(A1:A100,"ABC") To count all rows with text, sue something like this: =COUNTA(A1:A100) Regards, Ryan--- -- RyGuy "FSt1" wrote: hi, =countif(2:2,"abc") or count the number of time "abc" appears in row2. Regards FST1 "davegb" wrote: Can someone tell me a simple way to count the number of occurences of a text string "abc" that are in adjacent columns in a row? In other words, in row 2, starting in column "B" I have "abc". It appears again in column C, and so forth. At some point, the contents of the cells in row 2 changes to "xyz". I need to know how many "abc"s are there so I can copy them to another spreadsheet. Can someone show me a good way to do something like this? Thanks in advance! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count number of rows with specific text | Excel Worksheet Functions | |||
count of number of rows within a range with a certain text | Excel Worksheet Functions | |||
Count same text from different rows | Excel Discussion (Misc queries) | |||
how do I count rows with text values in several columns. | Excel Worksheet Functions | |||
Count rows in text file by loading into array | Excel Programming |