+ Reply to Thread
Results 1 to 4 of 4

need help with a running total

  1. #1
    Forum Contributor
    Join Date
    05-24-2012
    Location
    Racine, wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    225

    need help with a running total

    Hi again and ty for taking the time to view my post


    have a checkbox in A1 linked to B1, which gives me True or False, in C1 i have this formula =COUNTIF(B1,"TRUE") which gives me a number 1 in C1

    i would like a running total in D1 when ever the box is checked.

    is that possible?
    Last edited by Quicksnot; 09-20-2012 at 06:01 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: need help with a running total

    You'll need to assign a macro to the checkbox.
    Right click on the checkbox and "Assign Macro">New
    The VBA editor will open up with "Sub Checkbox1_Click() or something like that.
    Paste this code inbetween the Sub and End Sub
    Please Login or Register  to view this content.
    That should do it. Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor
    Join Date
    05-24-2012
    Location
    Racine, wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    225

    Re: need help with a running total

    OMG yes thats exactly what i was looking for

    i'm new so that just gave me the next step in the program i'm trying to make easier, i have a long way togo though, i am attempting to have an excel program that i can put 18 places, and each place has 6 people that rotate in a pool league, its a program written that works, but takes about 1 hour to find each players name, then type in his amount he won and lost, the whole program is using only =sum, a colum for every week, colum for every win,every loss,table runs,8-ball breaks and its very tiresum

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: need help with a running total

    Sounds complicated. Good luck. Glad I could help.

+ 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