+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : OR Statement in Count IFs?

  1. #1
    Registered User
    Join Date
    06-01-2011
    Location
    San Jose, CA
    MS-Off Ver
    Excel 2007
    Posts
    4

    OR Statement in Count IFs?

    Hello Everyone-

    I am working on a countif and think I need to use the OR Function (is it possible?) - I have 3 rows that could contain my data - also using a date criteria, and a column with info populated from a drop down menu. - Here is what I have:

    Formula Entered in A1;Sheet 2

    In Sheet 1
    If A2 = Yes
    OR if C2 = Yes
    Or if E2=Yes
    And if F2 = 12/1/2011
    And if e2 = Win (or Lose) E2 is a drop down.
    = my total

    Any ideas? Your help is much appreciated!

    Daun

  2. #2
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: OR Statement in Count IFs?

    Something like this?
    =IF((COUNT(A2,C2,E2)>0),IF(F2=12/1/2011,IF(E2<>0,"Yes",""),""),"")

    You may need to recode your Yes/No to 1/0 for this to work.
    Not sure what you mean by "my total". I replaced it with "Yes" in the formula. You can change that part to do anything you want though.

  3. #3
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: OR Statement in Count IFs?

    Hi Daun,

    See the attached file where I have tried understanding your issue.
    Go through the same and explain a little more.

    Regards,
    DILIPandey

    < click on below 'star' if this helps >
    Attached Files Attached Files
    Last edited by dilipandey; 12-11-2011 at 06:00 AM. Reason: earlier missed the attachment
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

+ 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