+ Reply to Thread
Results 1 to 4 of 4

IF, AND, OR formula help

  1. #1
    Registered User
    Join Date
    07-30-2012
    Location
    Waianae, HI
    MS-Off Ver
    MSO 365 Apps for business, Excel v2408 (build 17928.20156)
    Posts
    40

    IF, AND, OR formula help

    I'm trying to work a AND statement that also contains an OR statement as part of one of the AND statements. What I want to check for is in cell C7. If that value = "Axe-1H", and either K3, L3 or M3 = "Weapons Master (Passive)", then to return 10%, else 0, in cell R13.

    I know I'm close, but just can't get the order of things correct.

    Thanks in advance for any help!
    Attached Files Attached Files

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: IF, AND, OR formula help

    I haven't looked at your file but maybe:

    =IF(AND(C7="Axe-1H",COUNTIF(K3:M3,"Weapons Master (Passive)")),0.1,0)

  3. #3
    Registered User
    Join Date
    07-30-2012
    Location
    Waianae, HI
    MS-Off Ver
    MSO 365 Apps for business, Excel v2408 (build 17928.20156)
    Posts
    40

    Re: IF, AND, OR formula help

    Thanks for the help Cutter! Formula works like a charm!

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: IF, AND, OR formula help

    You're welcome.

+ 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