+ Reply to Thread
Results 1 to 4 of 4

Evaluate 4 criteria in a spreadsheet

  1. #1
    Registered User
    Join Date
    04-04-2012
    Location
    South Africa
    MS-Off Ver
    Excel 2010
    Posts
    28

    Evaluate 4 criteria in a spreadsheet

    I have a situation where I would like to evaluate 4 criteria in a spreadsheet
    Cell F4 = Cell in which formula is.
    Cell D4 = qty required
    Cell E4 = qty produced
    Cell O4=status (In this cell there are 2 digit codes, which indicate “completed” by adding an “X” in front of the code eg. BC indicates bunching required and XBC indicates bunching done.
    1. What I require is for Cell F4 to contain a formula which compares Cell D4 to Cell E4 and if C4>=D4 and Cell O4 contains any code with an X in front of it, then the result should be “Complete”
    2. If C4>=D4 and Cell O4 does not contain any code with an X in front of it, then the result should be “Incomplete”
    3. C4<=D4 and Cell O4 contains any code with an X in front of it, then the result should be “Issued”
    4. If C4<=D4 and Cell O4 does not contain any code with an X in front of it, then the result should be “Incomplete”
    Any assistance would be greatly appreciated

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,705

    Re: Evaluate 4 criteria in a spreadsheet

    Try this in F4:

    =IF(LEFT(O4)<>"X","Incomplete",IF(C4>=D4,"Complete","Issued"))

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    04-04-2012
    Location
    South Africa
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Evaluate 4 criteria in a spreadsheet

    Thank You Pete,
    I can see why I battle - I made a careless error in my post, namely I referred to Cell C4 instead of E4.
    Your solution is spot on and once I replaced C4 with E4 everything runs like a Rolex.
    Thanks for the solution and the prompt response
    Andre Van Der Walt

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,705

    Re: Evaluate 4 criteria in a spreadsheet

    Glad to help.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you, and leave a private comment if you like, by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. Mulitple Criteria Index,Match or Evaluate issue
    By Journeyman3000 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-06-2013, 04:30 PM
  2. Evaluate Multiple Data Points Against Single Criteria
    By fmulvaney in forum Excel General
    Replies: 3
    Last Post: 08-31-2010, 03:26 PM
  3. Replies: 9
    Last Post: 08-10-2010, 01:49 PM
  4. evaluate two cells and calculate based on criteria
    By galiant in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-10-2006, 11:34 AM
  5. [SOLVED] Excel: Using DSUM, I need to evaluate 2 criteria that are not toge
    By Know enough to get myself in too deep in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-28-2006, 05:25 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