+ Reply to Thread
Results 1 to 4 of 4

Multiple Condition IF Formula - Help Needed!

Hybrid View

  1. #1
    Registered User
    Join Date
    04-19-2013
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    48

    Multiple Condition IF Formula - Help Needed!

    Hi. I have a conundrum which hopefully someone can help me with...

    For a bit of background, in my office we have three targets or goals, "WRAP", "In vs. Out" and "Inbound per hour". We set weekly 'goals' and obviously want WRAP to be less than our goal and Inbound per Hour and In vs. Out to be higher than our goals and I need a way of recording whether the goals are met on a weekly basis and would like to automate this as much as possible.

    I need a formula to solve the following:

    Column A = Goal (type), B = Goal (figure) C = Actual

    In Column D I want:

    If A1 is "WRAP" and C1 is less than B1, "Yes", "No" BUT if A1 is not "WRAP", and C1 is greater than B1, "Yes", "No".

    Does this make sense?

    Thanks,

    Paul

  2. #2
    Registered User
    Join Date
    06-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007, 2010, 2013
    Posts
    26

    Re: Multiple Condition IF Formula - Help Needed!

    Hi,

    Could you kindly share a sample workbook so as to get more clarity on your issue.
    And esp related to goals.

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Multiple Condition IF Formula - Help Needed!

    Perhaps
    Formula: copy to clipboard

    =IF(OR(AND(A1="wrap",C1<B1),AND(A1<>"wrap",C1>B1)),"yes","no")
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Registered User
    Join Date
    04-19-2013
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    48

    Re: Multiple Condition IF Formula - Help Needed!

    Thank you. The above formula worked wonderfully. Really grateful

+ 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. Replies: 2
    Last Post: 06-20-2012, 09:31 AM
  2. Formula Needed involving IF condition
    By silver surfer in forum Excel General
    Replies: 5
    Last Post: 08-22-2009, 02:43 PM
  3. formula needed for condition 2 of conditional formating
    By Don Juan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-11-2006, 02:54 AM
  4. Multiple Condition Help needed....
    By Curtis in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-15-2006, 05:09 PM
  5. Multiple condition help needed
    By Curtis in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-15-2006, 09:41 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