Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have multi-column, multi row spreadsheet. One of the columns is for a
title. Is there a way to do a count of "key words". I was thinking like countif. Using a key word, perhaps with a wildcard. For example, how many titles have the word, "Extension". Thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(A1:A100,"*Extension*")
-- Gary''s Student - gsnu200857 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=CountIF(A:A,"*xx*")
If this post helps click Yes --------------- Jacob Skaria "PAL" wrote: I have multi-column, multi row spreadsheet. One of the columns is for a title. Is there a way to do a count of "key words". I was thinking like countif. Using a key word, perhaps with a wildcard. For example, how many titles have the word, "Extension". Thanks. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks.
Is there a way to tweak this to do the following: Count all titles that had the words, "normal" AND/OR "healthy". "Gary''s Student" wrote: =COUNTIF(A1:A100,"*Extension*") -- Gary''s Student - gsnu200857 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try this. D7:D11 is the range and C14:C15 holds Normal and Healthy =SUMPRODUCT(1*(ISNUMBER(MATCH(D7:D11,C14:C15,0)))) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "PAL" wrote in message ... Thanks. Is there a way to tweak this to do the following: Count all titles that had the words, "normal" AND/OR "healthy". "Gary''s Student" wrote: =COUNTIF(A1:A100,"*Extension*") -- Gary''s Student - gsnu200857 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to convert numeric to words Example 525 in words (Twenty five | Excel Discussion (Misc queries) | |||
Using COUNTIF for Counting Words? | Excel Worksheet Functions | |||
edit this =COUNTIF(A1:F16,"*1-2*")+COUNTIF(A1:F16,"*2-1*") | Excel Discussion (Misc queries) | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
how do i insert words into a column without erasing the words | Excel Discussion (Misc queries) |