+ Reply to Thread
Results 1 to 3 of 3

Combining multiple IF/AND formulas

  1. #1
    Registered User
    Join Date
    11-06-2012
    Location
    Myrtle Beach
    MS-Off Ver
    Excel 2007
    Posts
    25

    Combining multiple IF/AND formulas

    Hi,
    Is it possible to combine the following three formulas into one formula?

    =IF(AND(H5>59,(I5<5),(J5<15)),("Close Out"),(""))
    =IF(AND(H5>59,(I5<15),(J5<5)),("Close Out"),(""))
    =IF(AND(H5>55,(I5<10),(J5<3)),("Close Out"),(""))

    Thanks,
    Matt

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,749

    Re: Combining multiple IF/AND formulas

    just a quick formula
    you are saying OR in these cases so



    =IF( OR ( AND(H5>59,(I5<5),(J5<15)), AND(H5>59,(I5<15),(J5<5)), AND(H5>55,(I5<10),(J5<3))),"Close Out","")
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    11-06-2012
    Location
    Myrtle Beach
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Combining multiple IF/AND formulas

    Perfect! Thank you very much

+ 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. combining multiple if formulas
    By AD2 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-25-2013, 01:11 PM
  2. [SOLVED] Combining multiple formulas in one cell
    By scsuflyboy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-11-2012, 11:47 AM
  3. Combining multiple formulas. I think it is easy.
    By Janstoop in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-05-2011, 07:04 AM
  4. Combining Multiple IF/THEN Formulas
    By artiststevens in forum Excel General
    Replies: 3
    Last Post: 12-09-2010, 07:05 PM
  5. Combining multiple formulas
    By rlkerr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-30-2006, 03:39 PM

Tags for this Thread

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