+ Reply to Thread
Results 1 to 2 of 2

Formula to meet multiple conditions

  1. #1
    Forum Contributor
    Join Date
    02-14-2008
    Location
    Manchester, England
    MS-Off Ver
    2007
    Posts
    110

    Formula to meet multiple conditions

    Hello

    I'm hoping someone can help. I'm trying to write a formula with multiple conditions but I'm not sure a nested statement would work.

    I want to say IF (H2=J2) AND (G2=AJ2) AND (AI2="CLOSED"),1,0

    Hope my logic above kind of explains what I'm looking to do!

    Thanks in advance
    Dan

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Formula to meet multiple conditions

    Try this:

    =IF(AND(H2=J2,G2=AJ2,AI2="CLOSED"),1,0)

    or a little bit shorter:

    =--AND(H2=J2,G2=AJ2,AI2="CLOSED")

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Highlighting Cells that Don't Meet Multiple Conditions
    By Danielcurran in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-02-2015, 12:07 PM
  2. Formula to average all Cells that meet multiple conditions
    By ajw089 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-23-2014, 05:24 PM
  3. [SOLVED] [SOLVED] Array formula to sum items that meet multiple conditions
    By TPDave in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-07-2014, 08:16 AM
  4. Count distinct records that meet multiple conditions
    By rubthebuddha in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-18-2013, 09:54 AM
  5. if formula to meet multiple conditions
    By a2424 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-02-2013, 02:54 AM
  6. Replies: 4
    Last Post: 11-28-2012, 01:43 PM
  7. Replies: 1
    Last Post: 07-04-2006, 05:20 PM

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