+ Reply to Thread
Results 1 to 2 of 2

Hosting Tournament, need formula.

  1. #1
    Registered User
    Join Date
    08-02-2005
    Posts
    3

    Hosting Tournament, need formula.

    Ok, Here's my story.

    I am currently hosting a tournament among friends which are split into different groups (32 people, 8 groups of 4). Anyway I am making a spreadsheet to make it all 'easier.'

    Using Excel 2002

    Anyway:
    \1

    Where:
    Formula for R4 is: =IF(M4="","",IF(M4>Q4,K4,P4))
    Formula for S4 is: =IF(R4="","",IF(R4=K4,P4,K4))


    Ok, here's my problem.
    If a Draw was to happen, the R4 field will always give me the P4 Field and the S4 field will make the K4 value be entered.

    I want to know if there is a way that says something like, if M4=Q4 then label it a draw, yet still keeping the If M4 > Q4 then label the K4 as the winner.

  2. #2
    bj
    Guest

    RE: Hosting Tournament, need formula.

    I am not sure why the dashes so re add them if your version of excel needs
    them.
    try in R4
    =if(M4="","",if(M4=Q4,"Draw",if(M4>Q4,M4,Q4)))

    "BigSteveo" wrote:

    >
    > Ok, Here's my story.
    >
    > I am currently hosting a tournament among friends which are split into
    > different groups (32 people, 8 groups of 4). Anyway I am making a
    > spreadsheet to make it all 'easier.'
    >
    > Using Excel 2002
    >
    > Anyway:
    > [image: http://img.photobucket.com/albums/v1...gates/ss4.jpg]
    >
    > Where:
    > FORMULA FOR R4 IS: =IF(M4=\"\",\"\",IF(M4>Q4,K4,P4))
    > FORMULA FOR S4 IS: =IF(R4=\"\",\"\",IF(R4=K4,P4,K4))
    >
    > Ok, here's my problem.
    > If a Draw was to happen, the R4 field will always give me the P4 Field
    > and the S4 field will make the K4 value be entered.
    >
    > I want to know if there is a way that says something like, if M4=Q4
    > then label it a draw, yet still keeping the If M4 > Q4 then label the
    > K4 as the winner.
    >
    >
    > --
    > BigSteveo
    > ------------------------------------------------------------------------
    > BigSteveo's Profile: http://www.excelforum.com/member.php...o&userid=25810
    > View this thread: http://www.excelforum.com/showthread...hreadid=392093
    >
    >


+ 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