#1   Report Post  
Posted to microsoft.public.excel.misc
Steve_K
 
Posts: n/a
Default Checkbox help


This is what i am trying to do. I have one column with check boxes.
Second with numbers. Third with a cumilative column. Total at the
bottom. If the box is checked add it to the total if not, don't add
it.



1| CB | 21 | 21 |
2| CB | 31 | 52 |
3| CB | 12 | 64 |
Total 64

Thanks


--
Steve_K
------------------------------------------------------------------------
Steve_K's Profile: http://www.excelforum.com/member.php...o&userid=29136
View this thread: http://www.excelforum.com/showthread...hreadid=488565

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Checkbox help

If the checkboxes are forms checkboxes, and linked to cells in say column M,
you could use

=SUMIF($M$1:$M$100,1,B$1:B$100)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Steve_K" wrote in
message ...

This is what i am trying to do. I have one column with check boxes.
Second with numbers. Third with a cumilative column. Total at the
bottom. If the box is checked add it to the total if not, don't add
it.



1| CB | 21 | 21 |
2| CB | 31 | 52 |
3| CB | 12 | 64 |
Total 64

Thanks


--
Steve_K
------------------------------------------------------------------------
Steve_K's Profile:

http://www.excelforum.com/member.php...o&userid=29136
View this thread: http://www.excelforum.com/showthread...hreadid=488565



  #3   Report Post  
Posted to microsoft.public.excel.misc
Steve_K
 
Posts: n/a
Default Checkbox help


does this formula go in where my total is? your criteria is 1. when i
check the box column M says true or false not 1


--
Steve_K
------------------------------------------------------------------------
Steve_K's Profile: http://www.excelforum.com/member.php...o&userid=29136
View this thread: http://www.excelforum.com/showthread...hreadid=488565

  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Checkbox help

Yes it does. You must be using ActiveX checkboxes then.

Use

=SUMIF($M$1:$M$100,TRUE,B$1:B$100)


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Steve_K" wrote in
message ...

does this formula go in where my total is? your criteria is 1. when i
check the box column M says true or false not 1


--
Steve_K
------------------------------------------------------------------------
Steve_K's Profile:

http://www.excelforum.com/member.php...o&userid=29136
View this thread: http://www.excelforum.com/showthread...hreadid=488565



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page printing and checkbox protection balcovja Excel Discussion (Misc queries) 1 November 25th 05 02:13 PM
check a checkbox in a formula big t Excel Worksheet Functions 1 June 16th 05 06:32 PM
Help with function to add percentage to cell based on checkbox. foxgguy2005 Excel Worksheet Functions 3 June 1st 05 05:52 AM
copy many CHECKBOX Taha Elian Excel Discussion (Misc queries) 1 April 28th 05 06:06 PM
Checkbox not part of cell. (???) Cells can move "underneath". (!!!) Thomas G. Marshall Excel Discussion (Misc queries) 4 December 18th 04 04:15 PM


All times are GMT +1. The time now is 08:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"