ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   adding up checked boxes in cells in a row (https://www.excelbanter.com/excel-discussion-misc-queries/448728-adding-up-checked-boxes-cells-row.html)

kstivers

adding up checked boxes in cells in a row
 
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

Gord Dibben[_2_]

adding up checked boxes in cells in a row
 
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
wrote:


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


kstivers

Quote:

Originally Posted by Gord Dibben[_2_] (Post 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
wrote:


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.

CellShocked

adding up checked boxes in cells in a row
 
On Wed, 8 May 2013 21:14:21 +0100, kstivers
wrote:


'Gord Dibben[_2_ Wrote:
;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
wrote:
-

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.

GS[_2_]

adding up checked boxes in cells in a row
 
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[s] 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




All times are GMT +1. The time now is 03:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com