+ Reply to Thread
Results 1 to 4 of 4

Multiple IFS For Fantasy League

  1. #1
    Registered User
    Join Date
    08-18-2015
    Location
    Ebbw Vale
    MS-Off Ver
    Windows 7
    Posts
    34

    Multiple IFS For Fantasy League

    My rules are as follows.

    Correct Position = 3
    One Either Side = 1
    If Position Guess > 5 Wrong = -1

    Struggling to make a multiple IF For the related boxes

    (I have tried attaching said file. But it wont let me.)


    So basically I have sorted the IF statement for first two rules.
    =IF(B6=Z6,3,IF(B6=Z7,1,IF(B6=Z5,1,0)))



    Using that.

    But I basically want to add an IF, which when the text (value) isn't equal to any boxes within a range of 5 up and 5 down In the table. The points scored = -1
    Any help would be appreciated.

    Thanks









    SOLVED
    Last edited by CallumWebley; 08-24-2015 at 05:16 AM. Reason: Solved

  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,718

    Re: Multiple IFS For Fantasy League

    Try this:

    =IF(B6=Z6,3,IF(OR(B6=Z7,B6=Z5),1,IF(OR(ISNUMBER(MATCH(B6,Z1:Z4,0)),ISNUMBER(MATCH(B6,Z8:Z11,0))),0,-1)))

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    08-18-2015
    Location
    Ebbw Vale
    MS-Off Ver
    Windows 7
    Posts
    34

    Re: Multiple IFS For Fantasy League

    Spot on thanks mate.

  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,718

    Re: Multiple IFS For Fantasy League

    Thanks for the rep, Callum.

    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.

    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. Replies: 6
    Last Post: 09-17-2014, 06:38 PM
  2. Replies: 1
    Last Post: 09-17-2014, 02:07 AM
  3. Replies: 1
    Last Post: 09-17-2014, 02:07 AM
  4. Referencing cells for a fantasy football league
    By damianberry in forum Excel General
    Replies: 3
    Last Post: 10-05-2012, 09:06 AM
  5. Fantasy League Sports Schedule
    By sonpudong in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-31-2011, 05:10 AM
  6. Lookupsrunning a fantasy cricket league
    By andyb100 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-15-2007, 06:41 AM
  7. [SOLVED] Points behind next rank in a fantasy league
    By Goody in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-02-2005, 04:07 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