+ Reply to Thread
Results 1 to 2 of 2

Count Question

  1. #1
    Registered User
    Join Date
    11-29-2004
    Posts
    3

    Count Question

    How to I check Column C for the value of Y and if Y to count Column R all the way down the sheet?

    This is what I have and its not working

    =IF(C:C=Y,COUNTIF(R:R,"=A"),FALSE)
    Last edited by inkpassion; 09-12-2005 at 06:06 PM.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    I assume you want to know if there is a "Y" anywhere in column C and, if so, then count the number of times "A" appears in column R.

    Try this:

    =IF(COUNTIF(C:C,"Y")>0,COUNTIF(R:R,"A"),False)

+ 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