Results 1 to 3 of 3

IF & AND Statment need to add an extra OR

Threaded View

  1. #1
    Registered User
    Join Date
    07-06-2010
    Location
    Beckenham
    MS-Off Ver
    Excel 2007
    Posts
    84

    IF & AND Statment need to add an extra OR

    I have the following formula which works fine, but, I need Y3 to be a Y or an A

    =(IF(AND(Properties!$BY3>0,Properties!Y3="Y",Properties!$AY3=""),1,0))
    have tried;

    =(IF(AND(Properties!$BY3>0,Properties!Y3,{"Y","A"},Properties!$AY3=""),1,0))
    Unfortunately, this doesn't work. Any help would be much appreciated. Actually, it does but it give me everything in BY which is what I don't want

    So, I need to know that if AY is blank, Y is Y or A then count BY if greater than blank
    Last edited by AllenMead; 09-29-2010 at 05:26 AM.

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