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
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
Last edited by Yadavgiri; 06-27-2017 at 02:41 AM. Reason: Change in Title
Try This (see attachment)
Drag down to last example![]()
=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")))))
Thank you so muchHelped me
![]()
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.
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.
Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.
Wow, This one is simple and easy.. brilliant!! Thank you, JeteMc...![]()
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
Hi Ben,
Thanks for the feedback. I have made the necessary changes.
Regards,
Yadavagiri
This is now resolved for me.. Can anyone tell me how to tag this post as solved
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks