Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 75
Default Finding Repeated Words

Is there a way to find repeated words in a spreadsheet, as well as how many
times the word is repeated besides using the COUNTA function? I was thinking
of filtering, and then applying the COUNTA function. Is that the easiest way?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Finding Repeated Words

If you use a filter then you want to use the SUBTOTAL function. SUBTOTAL
will only calculate the visible rows.

=SUBTOTAL(3,A2:A100)

--
Biff
Microsoft Excel MVP


"Té" wrote in message
...
Is there a way to find repeated words in a spreadsheet, as well as how
many
times the word is repeated besides using the COUNTA function? I was
thinking
of filtering, and then applying the COUNTA function. Is that the easiest
way?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Finding Repeated Words

Hi,

Is this a general question or are you looking for specific word that might
be repeated? Are these words located in any particular location, a column,
row, or worksheet? And by words do you mean text entries only not numbers?

Suppose the range was A1:C14 and we are checking for any non-blank cells
which repeat then the following formula would do it:

=SUMPRODUCT(--(COUNTIF(A1:C14,A1:C14)1))

This formula would count three occurances of the work Dog as 3 repeat words,
which may or may not be what you want.
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Té" wrote:

Is there a way to find repeated words in a spreadsheet, as well as how many
times the word is repeated besides using the COUNTA function? I was thinking
of filtering, and then applying the COUNTA function. Is that the easiest way?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Finding Repeated Words

Another possibility for you to consider. First, right click the Status Bar
at the bottom of the Excel window and select Count from the list that pops
up. Next, select the range of cells that you want to search, then click
Edit/Find from Excel's Menu Bar, type the word you want to find in the "Find
what" field, click the Options button to show the full options available
(unless they are already displayed) and select whatever options you want to
apply (I'm thinking mainly of the "Match entire cell contents" option here),
then click the Find All button and press Ctrl+A, and, finally, click the
Close button. All cells with your word in them will be selected and the
count for these selected cells will be shown in the Status Bar.

--
Rick (MVP - Excel)


"Té" wrote in message
...
Is there a way to find repeated words in a spreadsheet, as well as how
many
times the word is repeated besides using the COUNTA function? I was
thinking
of filtering, and then applying the COUNTA function. Is that the easiest
way?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 75
Default Finding Repeated Words

Thank you sooooo much!

"Shane Devenshire" wrote:

Hi,

Is this a general question or are you looking for specific word that might
be repeated? Are these words located in any particular location, a column,
row, or worksheet? And by words do you mean text entries only not numbers?

Suppose the range was A1:C14 and we are checking for any non-blank cells
which repeat then the following formula would do it:

=SUMPRODUCT(--(COUNTIF(A1:C14,A1:C14)1))

This formula would count three occurances of the work Dog as 3 repeat words,
which may or may not be what you want.
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Té" wrote:

Is there a way to find repeated words in a spreadsheet, as well as how many
times the word is repeated besides using the COUNTA function? I was thinking
of filtering, and then applying the COUNTA function. Is that the easiest way?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding Repeated Items in Excel 2003 Marilyn Excel Discussion (Misc queries) 1 April 20th 07 07:16 PM
Finding repeated data in adjacent cells akeene Excel Discussion (Misc queries) 3 July 14th 06 08:54 PM
finding repeated numbers [email protected] Excel Worksheet Functions 1 June 23rd 06 12:09 PM
Repeated words in spellcheck Kushami Excel Discussion (Misc queries) 1 May 18th 06 03:50 AM
Finding repeated data in a excel spreadsheet excel novice! Excel Discussion (Misc queries) 1 September 1st 05 11:48 AM


All times are GMT +1. The time now is 03:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"