+ Reply to Thread
Results 1 to 7 of 7

Couting rows with multiple criteria

  1. #1
    Registered User
    Join Date
    10-02-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    3

    Couting rows with multiple criteria

    Hello all,

    I have a small problem,l hopefully you can help me.

    I am trying to calculate rows where 2 or several cells contains specific text1 or text 2, etc.

    Can you help me with?

    Thank you.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Couting rows with multiple criteria

    Can you upload example workbook?

  3. #3
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Couting rows with multiple criteria

    Hi

    Maybe
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    CTR + SHIFT + ENTER

  4. #4
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Couting rows with multiple criteria

    probably a sumproduct function will work if you upload a book will be easier to tell
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  5. #5
    Registered User
    Join Date
    10-02-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Couting rows with multiple criteria

    example.jpg

    Picture uploaded.

    Basically I would like to match criteria if cell in row 2 contains FTS and 09 than the outcame is TRUE, etc.

  6. #6
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Couting rows with multiple criteria

    =AND(ISNUMBER(SEARCH("FTS",A1)),YEAR(B1)=2009)

    copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  7. #7
    Registered User
    Join Date
    10-02-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Couting rows with multiple criteria

    =AND(ISNUMBER(SEARCH("FTS",A1)),YEAR(B1)=2009) is not working, formula errors.

    Error: "FTS",A1. Even I interchanged it to "FTS";A1, another error is ",YEAR".

+ 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