+ Reply to Thread
Results 1 to 3 of 3

Unable to create a simple win / loss chart

  1. #1
    Registered User
    Join Date
    12-04-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    1

    Unable to create a simple win / loss chart

    hey guys, I have a # of games played column (Column A), a # of games won column (Column B), and a number of games lost column (Column C)

    I'm trying to make it so Column C automatically enters the number when I put in the number in Column B.

    Example:

    Games Played........Win........Loss
    1.........................1...........0
    2.........................1...........1
    3.........................1...........2
    4.........................2...........2

    For the fifth game played, if I won it, how do i make the 2 to automatically enter into the loss column when I put in the number 3 in the win column?
    Last edited by Celltech; 12-04-2012 at 02:25 AM.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Unable to create a simple win / loss chart

    hi Celltech, welcome to the forum. so there are no draws? C2 can be:
    =A2-B2
    drag down the formula then highlight your current range (i presume it's A1:C5) & press CTRL + T to convert it to a Table. as you type in the next row, it'll capture the formula too

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Unable to create a simple win / loss chart

    Right click the sheet tab and select view code and copy and paste the below code in the VBA code window. Return to excel and check

    Code solution

    Please Login or Register  to view this content.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

+ 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