close

I am using excel 2003. I have put a column of about 20 tick boxes into a
spreadsheet. I want a cell at the bottom of the column of tick boxes to count
the number of ticks I have put into the individual boxes eg. if I tick 15
boxes I want the cell at the bottom to display 15. Any Ideas?


I tried this and countif(a1:a10,quot;vquot;) works

Naturally, the v is meant to be the tick symbol, you can give the cell
reference of the cell in your list that contains a tick.--
robert111
------------------------------------------------------------------------
robert111's Profile: www.excelforum.com/member.php...oamp;userid=31996
View this thread: www.excelforum.com/showthread...hreadid=533656Are tick boxes the same thing as checkboxes (like from the control toolbox
toolbar or the Forms toolbar)?

If yes, you can assign each checkbox its own linked cell in the same row and
then count the number of True's in that range:

=countif(a2:a21,TRUE)
Adrian wrote:
gt;
gt; I am using excel 2003. I have put a column of about 20 tick boxes into a
gt; spreadsheet. I want a cell at the bottom of the column of tick boxes to count
gt; the number of ticks I have put into the individual boxes eg. if I tick 15
gt; boxes I want the cell at the bottom to display 15. Any Ideas?

--

Dave Peterson

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()