+ Reply to Thread
Results 1 to 7 of 7

Counting the number of checkboxes on a spreadsheet

  1. #1
    Candice H.
    Guest

    Counting the number of checkboxes on a spreadsheet

    Hi all! I have an issue that I have partly resolved that I would like
    assistance on. I have a column of checkboxes in a sheet. I would like to
    have a formula at the bottom that totals the number of checked checkboxes.

    So far I've had to do a weird way...I go into the Format Control box and
    link it to a cell and if the box is checked it displays TRUE. Then from
    there I've got it set to perform a COUNT for those cells that contain TRUE.
    But the drawback to this is that the word TRUE displays behind the checkbox
    and I don't want it to.

    What's the best solution/formula for this??

    Thanks in advance,
    Candice

  2. #2
    Peo Sjoblom
    Guest

    RE: Counting the number of checkboxes on a spreadsheet

    Since the word true does not have any use than to tell you how many
    checkboxes are checked you can move the cell link, I usually move it either
    toi a hidden column or way back to IV, assume the checkboxes are in A2:A50,
    just change the link location to for instance IV2:IV50 then use

    =COUNTIF(IV2:IV50,TRUE)

    If you don't want that large used range you can use any column and then hide
    it
    under format>column>hide

    Regards,

    Peo Sjoblom

    "Candice H." wrote:

    > Hi all! I have an issue that I have partly resolved that I would like
    > assistance on. I have a column of checkboxes in a sheet. I would like to
    > have a formula at the bottom that totals the number of checked checkboxes.
    >
    > So far I've had to do a weird way...I go into the Format Control box and
    > link it to a cell and if the box is checked it displays TRUE. Then from
    > there I've got it set to perform a COUNT for those cells that contain TRUE.
    > But the drawback to this is that the word TRUE displays behind the checkbox
    > and I don't want it to.
    >
    > What's the best solution/formula for this??
    >
    > Thanks in advance,
    > Candice


  3. #3
    Bob Phillips
    Guest

    Re: Counting the number of checkboxes on a spreadsheet

    Why not link it to a cell off screen, like column IA?

    --
    HTH

    Bob Phillips

    "Candice H." <CandiceH@discussions.microsoft.com> wrote in message
    news:54563E69-9A8F-448B-A3FC-E4E1C4AF4880@microsoft.com...
    > Hi all! I have an issue that I have partly resolved that I would like
    > assistance on. I have a column of checkboxes in a sheet. I would like to
    > have a formula at the bottom that totals the number of checked checkboxes.
    >
    > So far I've had to do a weird way...I go into the Format Control box and
    > link it to a cell and if the box is checked it displays TRUE. Then from
    > there I've got it set to perform a COUNT for those cells that contain

    TRUE.
    > But the drawback to this is that the word TRUE displays behind the

    checkbox
    > and I don't want it to.
    >
    > What's the best solution/formula for this??
    >
    > Thanks in advance,
    > Candice




  4. #4
    Biff
    Guest

    Re: Counting the number of checkboxes on a spreadsheet

    Another way:

    Leave the linked cells where they are and set the font color to be the same
    as the fill color.

    Biff

    "Candice H." <CandiceH@discussions.microsoft.com> wrote in message
    news:54563E69-9A8F-448B-A3FC-E4E1C4AF4880@microsoft.com...
    > Hi all! I have an issue that I have partly resolved that I would like
    > assistance on. I have a column of checkboxes in a sheet. I would like to
    > have a formula at the bottom that totals the number of checked checkboxes.
    >
    > So far I've had to do a weird way...I go into the Format Control box and
    > link it to a cell and if the box is checked it displays TRUE. Then from
    > there I've got it set to perform a COUNT for those cells that contain
    > TRUE.
    > But the drawback to this is that the word TRUE displays behind the
    > checkbox
    > and I don't want it to.
    >
    > What's the best solution/formula for this??
    >
    > Thanks in advance,
    > Candice




  5. #5
    Candice H.
    Guest

    Re: Counting the number of checkboxes on a spreadsheet

    Hi, thanks for replying back. I see that I can total based upon the
    true/false that is in each cell, but I have 4 rows of checkboxes. I need a
    way to fill the checkboxes down and make the cell link relative. So
    basically I want to total the 4 columns of checkboxes to see which ones are
    checked. Either code or a formula that I can use to do this without having
    to do the cell links would be good.

    Thanks again for helping...

    "Biff" wrote:

    > Another way:
    >
    > Leave the linked cells where they are and set the font color to be the same
    > as the fill color.
    >
    > Biff
    >
    > "Candice H." <CandiceH@discussions.microsoft.com> wrote in message
    > news:54563E69-9A8F-448B-A3FC-E4E1C4AF4880@microsoft.com...
    > > Hi all! I have an issue that I have partly resolved that I would like
    > > assistance on. I have a column of checkboxes in a sheet. I would like to
    > > have a formula at the bottom that totals the number of checked checkboxes.
    > >
    > > So far I've had to do a weird way...I go into the Format Control box and
    > > link it to a cell and if the box is checked it displays TRUE. Then from
    > > there I've got it set to perform a COUNT for those cells that contain
    > > TRUE.
    > > But the drawback to this is that the word TRUE displays behind the
    > > checkbox
    > > and I don't want it to.
    > >
    > > What's the best solution/formula for this??
    > >
    > > Thanks in advance,
    > > Candice

    >
    >
    >


  6. #6
    Candice H.
    Guest

    Re: Counting the number of checkboxes on a spreadsheet

    Have 4 columns of checkboxes that I need to total the number of boxes
    checked. What would be the best way to do this?

    "Biff" wrote:

    > Another way:
    >
    > Leave the linked cells where they are and set the font color to be the same
    > as the fill color.
    >
    > Biff
    >
    > "Candice H." <CandiceH@discussions.microsoft.com> wrote in message
    > news:54563E69-9A8F-448B-A3FC-E4E1C4AF4880@microsoft.com...
    > > Hi all! I have an issue that I have partly resolved that I would like
    > > assistance on. I have a column of checkboxes in a sheet. I would like to
    > > have a formula at the bottom that totals the number of checked checkboxes.
    > >
    > > So far I've had to do a weird way...I go into the Format Control box and
    > > link it to a cell and if the box is checked it displays TRUE. Then from
    > > there I've got it set to perform a COUNT for those cells that contain
    > > TRUE.
    > > But the drawback to this is that the word TRUE displays behind the
    > > checkbox
    > > and I don't want it to.
    > >
    > > What's the best solution/formula for this??
    > >
    > > Thanks in advance,
    > > Candice

    >
    >
    >


  7. #7
    Bob Phillips
    Guest

    Re: Counting the number of checkboxes on a spreadsheet

    alternative method http://tinyurl.com/a27lw and then just count cells with
    an 'a' in them.

    --
    HTH

    Bob Phillips

    "Candice H." <CandiceH@discussions.microsoft.com> wrote in message
    news:1DB88E31-9763-4A2F-BDC6-8BB8BFE57DF1@microsoft.com...
    > Have 4 columns of checkboxes that I need to total the number of boxes
    > checked. What would be the best way to do this?
    >
    > "Biff" wrote:
    >
    > > Another way:
    > >
    > > Leave the linked cells where they are and set the font color to be the

    same
    > > as the fill color.
    > >
    > > Biff
    > >
    > > "Candice H." <CandiceH@discussions.microsoft.com> wrote in message
    > > news:54563E69-9A8F-448B-A3FC-E4E1C4AF4880@microsoft.com...
    > > > Hi all! I have an issue that I have partly resolved that I would like
    > > > assistance on. I have a column of checkboxes in a sheet. I would

    like to
    > > > have a formula at the bottom that totals the number of checked

    checkboxes.
    > > >
    > > > So far I've had to do a weird way...I go into the Format Control box

    and
    > > > link it to a cell and if the box is checked it displays TRUE. Then

    from
    > > > there I've got it set to perform a COUNT for those cells that contain
    > > > TRUE.
    > > > But the drawback to this is that the word TRUE displays behind the
    > > > checkbox
    > > > and I don't want it to.
    > > >
    > > > What's the best solution/formula for this??
    > > >
    > > > Thanks in advance,
    > > > Candice

    > >
    > >
    > >




+ 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