Results 1 to 4 of 4

> or = to 0 includes blank cells

Threaded View

  1. #1
    Registered User
    Join Date
    01-20-2007
    Posts
    15

    > or = to 0 includes blank cells

    I'm making a scorekeeper for a game of 501 darts. It's basically two columns; one saying Remaining Score and the other saying Scored.

    In order to prevent all the cells in the column from showing the Remaining Score when it's only required in the most recent cell, I came up with this formula:

    =IF(Y6>0,X5-Y6,"")

    Which says... If the score is greater than zero, then subtract scored from remaining score, if not then the remaining score cell will be blank.

    The problem with this is that it's actually quite common to score zero in darts when shooting for doubles to end the game, but when I made the formula say greater than or equal to zero, it also counted the score cells that were blank... Meaning the remaining score was in all the cells anyway.

    How do I get around this?
    Last edited by KJC; 03-25-2013 at 11:10 PM.

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