+ Reply to Thread
Results 1 to 2 of 2

need a formula which calculates points for a predictions league

  1. #1
    wallisi
    Guest

    need a formula which calculates points for a predictions league

    we are running a predictions league for the world cup where for a correct
    score you get 3 points and for a correct result you get 1 point. how can this
    be done so there is the least amount of manual work?





  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Response

    It sounds like you need to make use of the IF statement to do the comparison

    e.g = if (and(A1 = B1,A2 = B2),3,0)

    for getting a correct score.
    Martin

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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