PC Review


Reply
Thread Tools Rate Thread

Count specific word in a specific range

 
 
sizz1@hotmail.com
Guest
Posts: n/a
 
      16th May 2006
Hi

Im having a few problems with a some excel formula's

1:
I need a formula which will calculate a specific word in excel
(specific word=Industrial)
I have already created a formula
=COUNTIF(H10:E12,"*industrial*")
It works fine in one specific range (E.g H10:E12). I need to add
another range in that formula. Everytime i try, i get an error message.
E.G H10: E12 AND F14:G20

2:
In the same spreadsheet i have filled in some cells with different
colours, using the fill tool
Red
Blue
Green

I need a forumla which will calculate each Red cell in a given range?
I need a forumla which will calculate each Blue cell in a given range?
I need a forumla which will calculate each Green cell in a given range?

Again the range i need will be two different ranges. E.g A1:B5 and
D15

I look forward to your response

 
Reply With Quote
 
 
 
 
Ardus Petus
Guest
Posts: n/a
 
      16th May 2006
=COUNTIF(H10:E12,"*industrial*")+COUNTIF(F14:G20,"*industrial*")

HTH
--
AP

<(E-Mail Removed)> a écrit dans le message de news:
(E-Mail Removed)...
> Hi
>
> Im having a few problems with a some excel formula's
>
> 1:
> I need a formula which will calculate a specific word in excel
> (specific word=Industrial)
> I have already created a formula
> =COUNTIF(H10:E12,"*industrial*")
> It works fine in one specific range (E.g H10:E12). I need to add
> another range in that formula. Everytime i try, i get an error message.
> E.G H10: E12 AND F14:G20
>
> 2:
> In the same spreadsheet i have filled in some cells with different
> colours, using the fill tool
> Red
> Blue
> Green
>
> I need a forumla which will calculate each Red cell in a given range?
> I need a forumla which will calculate each Blue cell in a given range?
> I need a forumla which will calculate each Green cell in a given range?
>
> Again the range i need will be two different ranges. E.g A1:B5 and
> D15
>
> I look forward to your response
>



 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      16th May 2006

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> 1:
> I need a formula which will calculate a specific word in excel
> (specific word=Industrial)
> I have already created a formula
> =COUNTIF(H10:E12,"*industrial*")
> It works fine in one specific range (E.g H10:E12). I need to add
> another range in that formula. Everytime i try, i get an error message.
> E.G H10: E12 AND F14:G20


=SUMPRODUCT(COUNTIF(INDIRECT({"E10:H12","F14:G20"}),"*industrial*"))

> 2:
> In the same spreadsheet i have filled in some cells with different
> colours, using the fill tool
> Red
> Blue
> Green
>
> I need a forumla which will calculate each Red cell in a given range?
> I need a forumla which will calculate each Blue cell in a given range?
> I need a forumla which will calculate each Green cell in a given range?
>
> Again the range i need will be two different ranges. E.g A1:B5 and
> D15


See http://www.xldynamic.com/source/xld.ColourCounter.html for a working
solution


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count Specific word in Specific range sizz1@hotmail.com Microsoft Excel Programming 1 16th May 2006 10:55 AM
Count Specific word in specific range sizz1@hotmail.com Microsoft Excel Worksheet Functions 2 16th May 2006 10:30 AM
Count If Specific word in specific range sizz1@hotmail.com Microsoft Excel Misc 2 16th May 2006 10:14 AM
How do I count a named range for a specific word or acronym? =?Utf-8?B?YnJhbmR5Yg==?= Microsoft Excel Worksheet Functions 1 4th Nov 2005 07:50 PM
SPECIFIC WORD COUNT FROM A RANGE =?Utf-8?B?TmlnZWw=?= Microsoft Excel Misc 6 28th Apr 2005 01:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:35 PM.