+ Reply to Thread
Results 1 to 4 of 4

Thread: Count IF

  1. #1
    Forum Contributor
    Join Date
    06-11-2009
    Location
    glasgow
    MS-Off Ver
    Excel 2003
    Posts
    100

    Count IF

    I am using a count if to look at a column C in a worksheet a and return how many time the word 'on test' occurs. This is then returned to a table in another worksheet. I have 5 worksheets in total with the same columns, how can I do multiple countif - so that it will count all the 'on test' in column C for all 5 sheets

    Thanks
    Last edited by stevewilde; 06-19-2009 at 05:05 AM.

  2. #2
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,477

    Re: Count IF

    unfortunatly count if wont work across multiple sheet you could either use
    =countif(sheet1!c1:c100,"on test")+countif(sheet2!c1:c100,"on test")+.......
    or if you download and activate the morefunftions add in
    from
    http://xcell05.free.fr/english/index.html

    =COUNTIF.3D(Sheet1:Sheet5!C1:C20,"ontest")
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Contributor
    Join Date
    06-11-2009
    Location
    glasgow
    MS-Off Ver
    Excel 2003
    Posts
    100

    Re: Count IF

    Thanks guys for the help

    Worked a treat

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.2.0