+ Reply to Thread
Results 1 to 5 of 5

Is there a way to count checked checkbox?

  1. #1
    Forum Contributor
    Join Date
    07-09-2018
    Location
    Germany
    MS-Off Ver
    2016
    Posts
    257

    Is there a way to count checked checkbox?

    From C4:C20 i have a range of cells with checkbox, is there a way to count only checked checkbox?

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: Is there a way to count checked checkbox?

    Maybe this...

    Please Login or Register  to view this content.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

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

    Re: Is there a way to count checked checkbox?

    are you using Form Controls or ActiveX Controls? to check, right-click the cell and see if you see Properties. If you see it, it's the latter.

    and it depends on where you store the Cell Link (if you even put it). If you right-click a Form Control and click Form Control option, you see a Cell Link box. since all these checkboxes are floating in Excel and not linked to any cells, you can input the outcome in a cell. for eg, cell A1. when you do a check, you see cell A1 turn TRUE.

    for ActiveX Controls, you need to right-click and choose Properties. There is a LinkedCell input. this time, you have to input worksheet reference as well:
    Sheet1!A2

    then just count those which turns TRUE. for eg.
    =COUNTIF(A:A,TRUE)

    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

  4. #4
    Forum Contributor
    Join Date
    07-09-2018
    Location
    Germany
    MS-Off Ver
    2016
    Posts
    257

    Re: Is there a way to count checked checkbox?

    I am using form control.

  5. #5
    Forum Contributor
    Join Date
    07-09-2018
    Location
    Germany
    MS-Off Ver
    2016
    Posts
    257

    Re: Is there a way to count checked checkbox?

    Thank you benishiryo , Your instructions worked.

+ 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. VBA code to Count cells with checked checkbox
    By Mr.Castle in forum Excel General
    Replies: 0
    Last Post: 01-03-2019, 09:19 PM
  2. [SOLVED] When checkbox is checked it does not copy to new sheet. Only if not checked using false
    By thelisa in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-28-2013, 07:59 AM
  3. [SOLVED] VBA code to uncheck checkbox 2 & 3 if checkbox 1 is checked
    By hydz1213 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 02-25-2013, 03:10 AM
  4. [SOLVED] Checkbox must stay checked
    By Alexander_Golinsky in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-27-2012, 09:00 AM
  5. VB checkbox checked?
    By prowsdower in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-13-2009, 12:05 PM
  6. How to have Checkbox A uncheck with checked Checkbox B
    By Texas Aggie 09 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-23-2007, 09:29 AM
  7. [SOLVED] Is checkbox is checked?
    By Fred S in forum Excel General
    Replies: 2
    Last Post: 10-18-2005, 11:05 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