adding up checked boxes in cells in a row

K

kstivers

don't know how to do it. when i copied row above, it mimics that row
each row needs to be individual.

please break answer down. I have basic training in excel. thank
 
G

Gord Dibben

What do you consider as a "checked box"?

If you "copy" something I would expect it to mimic the original.

That is the meaning of "copy".

Please try again with your problem description.


Gord
 
K

kstivers

'Gord Dibben[_2_ said:
;1611702']What do you consider as a "checked box"?

If you "copy" something I would expect it to mimic the original.

That is the meaning of "copy".

Please try again with your problem description.


Gord

On Wed, 8 May 2013 17:14:17 +0100, kstivers
don't know how to do it. when i copied row above, it mimics that row.
each row needs to be individual.

please break answer down. I have basic training in excel. thanks-

a box to check mark or not- as in row b2 checked, row b3 checked, row b
not checked, how do you make that... and then in the end row of cells
the total of checked boxes is added in b 24
 
C

CellShocked

'Gord Dibben[_2_ said:
;1611702']What do you consider as a "checked box"?

If you "copy" something I would expect it to mimic the original.

That is the meaning of "copy".

Please try again with your problem description.


Gord

On Wed, 8 May 2013 17:14:17 +0100, kstivers
don't know how to do it. when i copied row above, it mimics that row.
each row needs to be individual.

please break answer down. I have basic training in excel. thanks-

a box to check mark or not- as in row b2 checked, row b3 checked, row b4
not checked, how do you make that... and then in the end row of cells-
the total of checked boxes is added in b 24.


If you ONLY allow the cell to be either the check character or blank,
you could test for the blank COUNT and subtract from the total check box
COUNT. The answer would yield the number of checked boxes.

So, you count the blanks instead.
 
G

GS

If you ONLY allow the cell to be either the check character or
blank,
you could test for the blank COUNT and subtract from the total check
box
COUNT. The answer would yield the number of checked boxes.

So, you count the blanks instead.

In this case I'd probably count the checks so I don't have to include
the extra math calcs.<g>

=COUNTA(#:#)

... # is the row to evaluate.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top