+ Reply to Thread
Results 1 to 19 of 19

[HELP] Creating Tally Counter

  1. #1
    Registered User
    Join Date
    06-30-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    12

    [HELP] Creating Tally Counter

    Hi everyone,

    I would like to seek help in creating a tally counter in excel.

    What I want is when I click the cell it will add on the count.

    Please help.
    Attached Files Attached Files

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

    Re: [HELP] Creating Tally Counter

    Quote Originally Posted by icesaiah View Post
    What I want is when I click the cell it will add on the count.
    Can you please brief your requirement further for better understanding


    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

  3. #3
    Forum Contributor BeachRock's Avatar
    Join Date
    11-01-2011
    Location
    Oregon, United States
    MS-Off Ver
    Excel 2016
    Posts
    403

    Re: [HELP] Creating Tally Counter

    Hi icesaiah,

    If what you are talking about is being able to just double click a cell and have the value change from 0 to 1 or 1 to 0, then you need a Worksheet Event.

    See attached. Double click on any of the cells you want to add a 1 or remove a 1 and the totals add up n the bottom.
    Attached Files Attached Files
    -------------
    Tony

  4. #4
    Registered User
    Join Date
    06-30-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: [HELP] Creating Tally Counter

    Thanks BeachRock!!! This is what I need...

  5. #5
    Registered User
    Join Date
    06-30-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: [HELP] Creating Tally Counter

    Follow up question, what if I want that every time I click a cell it will also add up on that same cell?

  6. #6
    Forum Contributor BeachRock's Avatar
    Join Date
    11-01-2011
    Location
    Oregon, United States
    MS-Off Ver
    Excel 2016
    Posts
    403

    Re: [HELP] Creating Tally Counter

    Hmm, you got me there. I don't know. Sorry. At least now you know more of what to search for though.

  7. #7
    Registered User
    Join Date
    06-30-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: [HELP] Creating Tally Counter

    No worries.

    I tried to change the code to make 1 + 1 and it worked but after it changes to 2 I can't click it anymore...

  8. #8
    Registered User
    Join Date
    06-30-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: [HELP] Creating Tally Counter

    Hi Sixthsense...

    What I want is that every time I click on a cell it will count. For example I click cell B3, it will show 1 then if I click it again it will show 2 and so on...

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

    Re: [HELP] Creating Tally Counter

    Do right click on sheet tab and select view code and paste the below code… Return to excel and check…

    Please Login or Register  to view this content.

  10. #10
    Registered User
    Join Date
    06-30-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: [HELP] Creating Tally Counter

    It worked!!!

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

    Re: [HELP] Creating Tally Counter

    Glad it helps you and thanks for the feedback and rep

  12. #12
    Registered User
    Join Date
    06-30-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: [HELP] Creating Tally Counter

    Can I change the double click to Enter button?

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

    Re: [HELP] Creating Tally Counter

    Copy the below code and Do right click on sheet tab and select view code and delete all the previously suggested code and past this one.

    Please Login or Register  to view this content.
    Copy the below code and paste it in STANDARD module.

    How to install code in STANDARD MODULE
    1. Copy the Excel VBA code
    2. Select the workbook in which you want to store the Excel VBA code
    3. Press Alt+F11 to open the Visual Basic Editor
    4. Choose Insert > Module
    5. Edit > Paste the macro into the module that appeared
    6. Close the VBEditor
    7. Save your workbook (Excel 2007+ select a macro-enabled file format, like *.xlsm)

    Please Login or Register  to view this content.

  14. #14
    Registered User
    Join Date
    06-30-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: [HELP] Creating Tally Counter

    Thanks again Sixthsense...

    You're the BEST!!!

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

    Re: [HELP] Creating Tally Counter

    Glad it helps you and thanks for the feedback

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  16. #16
    Registered User
    Join Date
    12-14-2016
    Location
    melbourne, australia
    MS-Off Ver
    professional plus 2013
    Posts
    1

    Re: [HELP] Creating Tally Counter

    Hi

    I've just registered and downloaded the template and used the modified code to tally data I'm collating from hard copy surveys. It's going to save me hours of work. Very grateful to you Sixthsense for sharing!

  17. #17
    Registered User
    Join Date
    05-29-2018
    Location
    carroll, arkansas
    MS-Off Ver
    2007
    Posts
    5

    Re: [HELP] Creating Tally Counter with KeyPress

    I want to make tally counter with minimum key pushes to add +1 to the count of a key word.

    have a couple hundred responses from different groups of people and want to get frequency counts of key words and concepts.
    as i read the responses, want to enter a new key word or add to the count of words already encountered.
    i don't mind positioning the cursor each time, and then pressing a key (or few) to add 1 to that corresponding count cell.

    this programming is new to me. many years ago, ok with fortran and have worked some in excel, but don't seem to know enough to do this.

    thank you to anyone who can help.

    bill

  18. #18
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: [HELP] Creating Tally Counter

    Bill, welcome to the forum

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  19. #19
    Registered User
    Join Date
    05-29-2018
    Location
    carroll, arkansas
    MS-Off Ver
    2007
    Posts
    5

    Re: [HELP] Creating Tally Counter

    thanks, Ford. have just re-submitted my query, this time as a new thread.

    looks like a lot of knowledge on this forum.

    bill22x

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Create a tally counter
    By jnynewart in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 03-25-2016, 08:19 PM
  2. Replies: 5
    Last Post: 08-19-2013, 06:37 PM
  3. Excel 2007 : Multiple Tally counter
    By yellowwaistcoat in forum Excel General
    Replies: 3
    Last Post: 06-25-2013, 06:25 PM
  4. Creating a Counter
    By Vetequk in forum Excel General
    Replies: 2
    Last Post: 07-12-2008, 03:24 AM
  5. [SOLVED] create tally sheet for positions- insert names and tally #
    By tally sheets in forum Excel General
    Replies: 0
    Last Post: 04-11-2006, 04:45 PM

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