+ Reply to Thread
Results 1 to 5 of 5

Win Loss Draw formula

  1. #1
    Registered User
    Join Date
    10-08-2009
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Win Loss Draw formula

    I thought I had sorted out my problem with this League ladder thanks to DonkeyOte, but trying it out I find in the Win, Loss, Draw columns when there is no entry the formula leaves a 1 when there should be a 0 in the Draw column.

    I'm sure given time I might figure it out but I need this for this weekends matches, please someone help me.

    I'm not sure if I needed to add this to my original post or start a new one, sorry If this is against forum policy.
    Attached Files Attached Files
    Last edited by luk; 10-18-2009 at 09:30 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Win Loss Draw formula problem

    Try this in J column:

    =IF(OR(ISBLANK(C4);ISBLANK(D4));0;IF(C4=D4;1;0))

    (replace ; with , if you get error)

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Win Loss Draw formula

    or

    H4: =(C4>D4)*ISNUMBER(C4)
    I4: =(C4<D4)*ISNUMBER(C4)
    J4: =(C4=D4)*ISNUMBER(C4)
    copied down for remaining rows

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Win Loss Draw formula

    Always something to learn from your posts

    When you writing a book?

  5. #5
    Registered User
    Join Date
    10-08-2009
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Smile Re: Win Loss Draw formula

    Thankyou to both of you for your help. I did use Zbor's advice and all seems to work now. This forum has been a terrific help thanks.

+ 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