+ Reply to Thread
Results 1 to 3 of 3

Count specific word in a specific range

Hybrid View

  1. #1
    sizz1@hotmail.com
    Guest

    Count specific word in a specific range

    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
    D1:D5

    I look forward to your response


  2. #2
    Ardus Petus
    Guest

    Re: Count specific word in a specific range

    =COUNTIF(H10:E12,"*industrial*")+COUNTIF(F14:G20,"*industrial*")

    HTH
    --
    AP

    <sizz1@hotmail.com> a écrit dans le message de news:
    1147768700.572058.312010@y43g2000cwc.googlegroups.com...
    > 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
    > D1:D5
    >
    > I look forward to your response
    >




  3. #3
    Bob Phillips
    Guest

    Re: Count specific word in a specific range


    <sizz1@hotmail.com> wrote in message
    news:1147768700.572058.312010@y43g2000cwc.googlegroups.com...

    > 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
    > D1:D5


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



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1