+ Reply to Thread
Results 1 to 4 of 4

Adding multiple arguments to an IF(And formula

  1. #1
    Registered User
    Join Date
    11-14-2013
    Location
    Dubai
    MS-Off Ver
    Excel 2010
    Posts
    24

    Adding multiple arguments to an IF(And formula

    Hi there,

    i currently have the following formula that works
    =IF(AND(Z2="Null",T2="Awaiting Assesment"),$AL$1-AE2,IF(Z2="Null","A",Z2-AE2))

    What i am trying to do is add the following criteria to this also.

    "Referred" & "Waiting Submission

    so if T2 has either of these 3 criteria in the cell it, it will carry on the calculation.

    i have tried the following just with the "Referred" to see if i could get it to work but it doesnt
    =IF(AND(Z2="Null",T2="Awaiting Assesment"),$AL$1-AE2,IF(Z2="Null","A",Z2-AE2)IF(AND(Z2="Null",T2="Referred"),$AL$1-AE2,IF(Z2="Null","A",Z2-AE2)

    How do i lay out the formula so it will look in T2 for all 3 of these criteria?

    thanks

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,861

    Re: Adding multiple arguments to an IF(And formula

    Check something like:
    =IF(AND(Z2="Null",OR(T2="Awaiting Assesment",T2="Referred",T2="Waiting Submission")),$AL$1-AE2,IF(Z2="Null","A",Z2-AE2))

  3. #3
    Registered User
    Join Date
    11-14-2013
    Location
    Dubai
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: Adding multiple arguments to an IF(And formula

    Thanks Kaper! That seems to have done the trick!

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Adding multiple arguments to an IF(And formula

    May be this...

    =IF(Z2="Null",IF(OR(T2={"Awaiting Assesment","Referred"}),$AL$1-AE2,"A"),Z2-AE2)


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

+ 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. Using multiple arguments in a formula
    By msr1015 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-13-2013, 05:27 PM
  2. Adding more arguments to =CHOOSE function?
    By osbertdebroilg in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-31-2012, 12:19 PM
  3. Replies: 3
    Last Post: 08-29-2011, 12:42 AM
  4. SUM formula arguments using data from multiple cells
    By dwtaxguy in forum Excel General
    Replies: 1
    Last Post: 02-15-2010, 02:07 PM
  5. Adding more arguments to =CHOOSE function?
    By msaz87 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-21-2008, 08:29 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