Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 58
Default Count fowmula that will look for multiple words

I want to type a formula that will look at a range of cells and
count
1 each time it finds any of a list of words. So if my range of cells
is
A1:A50 and the word "math" is in cells A2 and A4 and the word
"science" is in cells A5 and A10 it would bring back a count of 4.

All help is greatly appreciated.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 860
Default Count fowmula that will look for multiple words

Sounds like you may need more but try this for starters
=COUNTIF(A1:A50,"math")+COUNTIF(A1:A50,"science")

HTH
Martin


"japc90" wrote in message
...
I want to type a formula that will look at a range of cells and
count
1 each time it finds any of a list of words. So if my range of cells
is
A1:A50 and the word "math" is in cells A2 and A4 and the word
"science" is in cells A5 and A10 it would bring back a count of 4.

All help is greatly appreciated.




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 76
Default Count fowmula that will look for multiple words

Hi

Say your list of words is in B1:B10 then you could use:

=SUM(COUNTIF(A1:A50,"*"&B1:B10&"*"))

Confirmed with Ctrl+Shift+Enter

Richard





On 7 Jan, 11:40, japc90 wrote:
*I want to type a formula that will look at a range of cells and
count
1 each time it finds any of a list of words. So if my range of cells
is
A1:A50 and the word "math" is in cells A2 and A4 and the word
"science" is in cells A5 and A10 it would bring back a count of 4.

All help is greatly appreciated.


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
How can I count specific words found across multiple spreadsheets. dutton.dn Excel Worksheet Functions 3 January 3rd 08 06:49 AM
Count words in spreadsheets Robyn P Excel Discussion (Misc queries) 2 November 20th 06 09:54 AM
Identify and count words Doman Excel Discussion (Misc queries) 0 July 24th 06 01:16 PM
Count-formula used for words Vic1978 Excel Discussion (Misc queries) 2 February 1st 06 03:51 PM
match and count words David Excel Worksheet Functions 5 July 4th 05 02:24 AM


All times are GMT +1. The time now is 12:57 PM.

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

About Us

"It's about Microsoft Excel"