+ Reply to Thread
Results 1 to 11 of 11

Formula required for criteria as cell reference

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Bangalore
    MS-Off Ver
    MS 365
    Posts
    160

    Formula required for criteria as cell reference

    Hi Everyone,

    Please find enclosed file.

    I need a formula where if I change the criteria highlighted in Orange the highlighted column in Green should change as "Met" or "Not Met".

    Request your help.

    Regards,
    Yadavagiri
    Attached Files Attached Files
    Last edited by Yadavgiri; 06-27-2017 at 02:41 AM. Reason: Change in Title

  2. #2
    Valued Forum Contributor
    Join Date
    12-01-2016
    Location
    Planet Earth
    MS-Off Ver
    95 - 2016
    Posts
    343

    Re: Formula required Please help

    Try This (see attachment)

    =IF(AND(F3=">",E3>G3),"Met",IF(AND(F3="=",E3=G3),"Met",IF(AND(F3="<",E3<G3),"Met",IF(AND(F3=">=",E3>=G3),"Met",IF(AND(F3="<=",E3<=G3),"Met","Not Met")))))
    Drag down to last example
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Bangalore
    MS-Off Ver
    MS 365
    Posts
    160

    Re: Formula required Please help

    Thank you so much Helped me

  4. #4
    Forum Contributor Mvaldesi's Avatar
    Join Date
    01-21-2011
    Location
    Plano, TX
    MS-Off Ver
    MS365 (PC) v.2108
    Posts
    267

    Re: Formula required Please help

    Not sure I fully understand what you're asking for; what qualifies as "Met" and "Not Met?" I assumed the orange column was the "Met" criterion.

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,933

    Re: Formula required Please help

    Here's a two step solution.
    Step one: Select cell H3 then from the Formulas tab select Define Name, put in a name (I used 'Result') and put the following formula in the Refers to: =EVALUATE(Sheet1!E3&Sheet1!F3&Sheet1!G3)
    Step two: past the following formula into cell H3: =IF(Result,"Met","Not Met") and copy down.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  6. #6
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Bangalore
    MS-Off Ver
    MS 365
    Posts
    160

    Re: Formula required Please help

    Wow, This one is simple and easy.. brilliant!! Thank you, JeteMc...

  7. #7
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Formula required Please help

    Quote Originally Posted by Yadavgiri View Post
    I need a formula where if I change the criteria highlighted in Orange the highlighted column in Green should change as "Met" or "Not Met".
    Enter the following formula into H3 and copy down:
    =IFERROR(IF(CHOOSE(MATCH(F3,{"<","<=","<>","=",">",">="},0),E3<G3,E3<=G3,E3<>G3,E3=G3,E3>G3,E3>=G3),"Met","Not Met"), "")

  8. #8
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,952

    Re: Formula required Please help

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title go to your first post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)
    Ben Van Johnson

  9. #9
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Bangalore
    MS-Off Ver
    MS 365
    Posts
    160

    Re: Formula required Please help

    Hi Ben,

    Thanks for the feedback. I have made the necessary changes.

    Regards,
    Yadavagiri

  10. #10
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Bangalore
    MS-Off Ver
    MS 365
    Posts
    160

    Re: Formula required for criteria as cell reference

    This is now resolved for me.. Can anyone tell me how to tag this post as solved

  11. #11
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,933

    Re: Formula required for criteria as cell reference

    Your Welcome. Thank You for changing the title, and for the feedback. To mark the thread as 'Solved' select the thread tools link above the first post on this, or any, page. I hope that you have a blessed day.

+ 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: 3
    Last Post: 01-24-2017, 08:08 AM
  2. Replies: 6
    Last Post: 01-17-2016, 09:44 AM
  3. Multiple Vlookup Normal Formula (not array formula) or VBA Function Required
    By BoopathiK in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-17-2015, 03:06 AM
  4. [SOLVED] IF formula required
    By A440 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-01-2015, 06:22 PM
  5. [SOLVED] Simple Conditional Formating Help Required - If Blank then Red Bold text required
    By thilag in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-19-2014, 12:23 PM
  6. Formula required
    By gomathi7 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-26-2013, 03:45 AM
  7. Formula required to hide results from another cell formula
    By 917 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-07-2013, 12:12 AM

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