ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Getting count (https://www.excelbanter.com/excel-worksheet-functions/79144-getting-count.html)

[email protected]

Getting count
 
Sheet1
Column A
"This is my string1"
This is my string2
This is my string1 again
This is my string3
Hey This is my string1 string1
....
....

Sheet2
ColumnA
ColumnB
No of times the text string1 appeared in sheet1 3
No of times the text string2 appeared in sheet1 1
No of times the text string3 appeared in sheet1 1

Can you help me create columnB in sheet2? If a particular string, say,
string 1, appears multiple times in the same row, the count increments
only by 1, not by the number of occurences in a particular row.


Ardus Petus

Getting count
 
In sheet2, assuming you have "String1" in column A1, enter in A2:
=SUMPRODUCT(--ISNUM(FIND(A2;Sheet1!$A$1:$A$5)))


HTH
--
AP

a écrit dans le message de
oups.com...
Sheet1
Column A
"This is my string1"
This is my string2
This is my string1 again
This is my string3
Hey This is my string1 string1
...
...

Sheet2
ColumnA
ColumnB
No of times the text string1 appeared in sheet1 3
No of times the text string2 appeared in sheet1 1
No of times the text string3 appeared in sheet1 1

Can you help me create columnB in sheet2? If a particular string, say,
string 1, appears multiple times in the same row, the count increments
only by 1, not by the number of occurences in a particular row.




[email protected]

Getting count
 
A little change.

Sheet1
Column A ColumnB
"This is my string1" Count
This is my string2 Count
This is my string1 again Don't Count
This is my string3 Count
Hey This is my string1 string1 Count

Sheet2
ColumnA
ColumnB
No of times the text string1 appeared in sheet1 2
No of times the text string2 appeared in sheet1 1
No of times the text string3 appeared in sheet1 1

If columnB in sheet 1 is "count", only then the stingx in columnA will
be counted. What should my formula be now?


Ardus Petus

Getting count
 
=SUMPRODUCT(ISNUM(FIND(A2;Sheet1!$A$1:$A$5))*(Shee t1!$B$1:$B$5="Count"))

HTH
--
AP

a écrit dans le message de
oups.com...
A little change.

Sheet1
Column A ColumnB
"This is my string1" Count
This is my string2 Count
This is my string1 again Don't Count
This is my string3 Count
Hey This is my string1 string1 Count

Sheet2
ColumnA
ColumnB
No of times the text string1 appeared in sheet1 2
No of times the text string2 appeared in sheet1 1
No of times the text string3 appeared in sheet1 1

If columnB in sheet 1 is "count", only then the stingx in columnA will
be counted. What should my formula be now?





All times are GMT +1. The time now is 07:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com