Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() How can I give the total of how many times a word appears in a column? -- Smokey_Vol ------------------------------------------------------------------------ Smokey_Vol's Profile: http://www.excelforum.com/member.php...o&userid=29717 View this thread: http://www.excelforum.com/showthread...hreadid=495182 |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() Smokey_Vol Wrote: How can I give the total of how many times a word appears in a column? Assuming your column range is A1:A100, you can use this =COUNTIF(A1:A100,\"WORD_THAT_NEEDS_TO_BE_COUNTED\" )[/b] OR IF THE WORD THAT YOU WANT TO COUNT IS, SAY, IN CELL B1, THE ABOVE FORMULA CAN BE MODIFIED TO BE [b]=COUNTIF(A1:A100,\"*\"&B1&\"*\") Hope this is what you looking for. Regards. -- BenjieLop ------------------------------------------------------------------------ BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019 View this thread: http://www.excelforum.com/showthread...hreadid=495182 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using COUNTIF for Counting Words? | Excel Worksheet Functions | |||
Counting words | Excel Discussion (Misc queries) | |||
counting specific words | Excel Worksheet Functions | |||
triadic combinations of words | Excel Worksheet Functions | |||
counting instances of words in a worksheet cell | Excel Discussion (Misc queries) |