+ Reply to Thread
Results 1 to 5 of 5

Formula to give yes or no result based on cells data

  1. #1
    Registered User
    Join Date
    01-24-2013
    Location
    Sydney Australia
    MS-Off Ver
    Excel 2010
    Posts
    2

    Formula to give yes or no result based on cells data

    Hi guys,

    I am currently working on some stats for a fantasy sport game, I play with some mates and need to work out how to output a yes or no for a conditional result.

    Basically, my form looks like this.

    N3 O3 P3 Q3
    5 16 143 Formula to go here

    So, basically what I am trying to work out is. I need the Q3 to first work out if the P3 =>150 (equal or larger than 150) it will result "YES". Which it can stop and not check the 2nd condition. If it is a no, it will then go to check the second condition. Which is checking if the N3+O3 => 40 (equal or larger than 40) it will also result with "Yes". Otherwise it will just result "No".

    I have been trying my best to work out the formula myself but am getting more and more confused and running out of days before the season starts.

    If anyone is able to help that would be great.

    Cheers,
    Twiztid

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Formula to give yes or no result based on cells data

    This is the formula that goes in Q3
    Please Login or Register  to view this content.

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,446

    Re: Formula to give yes or no result based on cells data

    Try:
    =IF(OR(P3>=150,N3+O3>=40),"Yes","No")
    Quang PT

  4. #4
    Registered User
    Join Date
    01-24-2013
    Location
    Sydney Australia
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Formula to give yes or no result based on cells data

    Wow, super fast response. It was a lot less complex than I was making it. Hahaha.

    Thanks very much for your responses and it worked great.

  5. #5
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Formula to give yes or no result based on cells data

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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. [SOLVED] using a max formula on a column with no data to give a Blank result
    By Brentsa in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-02-2013, 05:42 AM
  2. VLOOKUP That needs to give result based on a ranking list
    By Sanecrazy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-16-2012, 11:38 PM
  3. Row-based conditional search to give a cumulative result
    By harsh2209 in forum Excel General
    Replies: 2
    Last Post: 03-13-2010, 09:30 PM
  4. [SOLVED] Provide a match from 2 cells to give a result from another
    By leefarrell in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-09-2006, 08:34 AM
  5. How do I get a cell to give a result based on the month we are in?
    By SHBmgr in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-17-2006, 05:55 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