+ Reply to Thread
Results 1 to 4 of 4

Joining IF/THEN formulas together...

  1. #1
    Registered User
    Join Date
    05-24-2014
    Posts
    5

    Joining IF/THEN formulas together...

    I have 4 formulas (each that evaluate 2 conditions) - they each work individually; however, I need to combine them all into one formula to get what I am really looking for... is this possible, and if so, can anyone help me? Thanks in advance!

    =IF(AND(B2>0,C2<0.05),"a"," ")
    =IF(AND(B2>0,C2<0.01),"b"," ")
    =IF(AND(B2<0,C2<0.05),"c"," ")
    =IF(AND(B2<0,C2<0.01),"d"," ")

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Joining IF/THEN formulas together...

    yes you can combine
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by humdingaling; 05-28-2014 at 09:58 PM. Reason: sorry your AND's dont overlap was just going dyslexic when you wrote your formulas in your post
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    05-24-2014
    Posts
    5

    Re: Joining IF/THEN formulas together...

    Ah - yes, you're correct! I need to amend it to the following to get what I want, but your syntax helped me greatly - thank you so much!

    =IF(AND(B2>0,C2<0.05,C2>0.01),"a",IF(AND(B2>0,C2<0.01),"b",IF(AND(B2<0,C2<0.05,C2>0.01),"c",IF(AND(B2<0,C2<0.01),"d"," "))))

  4. #4
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Joining IF/THEN formulas together...

    not a problem
    i had to re-read it several times
    was wondering why i could never get D to come out

+ 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. Joining two Formulas
    By preveo in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-28-2012, 07:16 AM
  2. [SOLVED] Joining 2 very long formulas
    By rhodestransit in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-13-2012, 12:43 PM
  3. [SOLVED] Joining IF formulas
    By raza_m33hdy in forum Excel General
    Replies: 3
    Last Post: 04-17-2012, 10:23 AM
  4. joining formulas
    By Birnen in forum Excel General
    Replies: 3
    Last Post: 08-10-2010, 11:47 AM
  5. Joining/Linking nested formulas
    By Aikisteve in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-07-2006, 12:10 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