#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Check off Box??

Can I add a "check off box" into a document. I am trying to add a box that I
can click and as I go through a document. As I "click or check-off" a box,
the column will add those rows that have been checked. I know how to use the
"IF" function, but I want the user to just be able to click the box as
apposed to writing something in the box that would trigger the value in the
row to be added into the total.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Check off Box??

hi.
if you are talking about a check box control, that wont work for formulas
cannot detect controls. but allow me to suggest.
format your "check" column to marlett.
formatcellsfontscroll to marlett
type the letter a. a check mark will appearin the cell instead of the letter
a.
then use the sumif formula. if your "check" column is column A and your sum
column is column b then the formula would look like this.
=SUMIF(A1:A6,"a",B1:B6)
ever though you are seeing a "check", excel is seeing the letter a.

my thoughts.
regards
FSt1

"LisaLisa" wrote:

Can I add a "check off box" into a document. I am trying to add a box that I
can click and as I go through a document. As I "click or check-off" a box,
the column will add those rows that have been checked. I know how to use the
"IF" function, but I want the user to just be able to click the box as
apposed to writing something in the box that would trigger the value in the
row to be added into the total.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Check off Box??

if you are talking about a check box control, that wont work
for formulas cannot detect controls.


But a formula can detect the linked cell.

=SUMIF(A1:A10,TRUE,B1:B10)

--
Biff
Microsoft Excel MVP


"FSt1" wrote in message
...
hi.
if you are talking about a check box control, that wont work for formulas
cannot detect controls. but allow me to suggest.
format your "check" column to marlett.
formatcellsfontscroll to marlett
type the letter a. a check mark will appearin the cell instead of the
letter
a.
then use the sumif formula. if your "check" column is column A and your
sum
column is column b then the formula would look like this.
=SUMIF(A1:A6,"a",B1:B6)
ever though you are seeing a "check", excel is seeing the letter a.

my thoughts.
regards
FSt1

"LisaLisa" wrote:

Can I add a "check off box" into a document. I am trying to add a box
that I
can click and as I go through a document. As I "click or check-off" a
box,
the column will add those rows that have been checked. I know how to use
the
"IF" function, but I want the user to just be able to click the box as
apposed to writing something in the box that would trigger the value in
the
row to be added into the total.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Check off Box??

you right. i just learned something.

thanks
FSt1

"T. Valko" wrote:

if you are talking about a check box control, that wont work
for formulas cannot detect controls.


But a formula can detect the linked cell.

=SUMIF(A1:A10,TRUE,B1:B10)

--
Biff
Microsoft Excel MVP


"FSt1" wrote in message
...
hi.
if you are talking about a check box control, that wont work for formulas
cannot detect controls. but allow me to suggest.
format your "check" column to marlett.
formatcellsfontscroll to marlett
type the letter a. a check mark will appearin the cell instead of the
letter
a.
then use the sumif formula. if your "check" column is column A and your
sum
column is column b then the formula would look like this.
=SUMIF(A1:A6,"a",B1:B6)
ever though you are seeing a "check", excel is seeing the letter a.

my thoughts.
regards
FSt1

"LisaLisa" wrote:

Can I add a "check off box" into a document. I am trying to add a box
that I
can click and as I go through a document. As I "click or check-off" a
box,
the column will add those rows that have been checked. I know how to use
the
"IF" function, but I want the user to just be able to click the box as
apposed to writing something in the box that would trigger the value in
the
row to be added into the total.




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
Increase size of a Forms Check Box (click on to enter check mark) 718Satoshi Excel Discussion (Misc queries) 0 August 17th 07 01:52 AM
Check if Conditional Format is True or False / Check cell Color Kevin McCartney Excel Worksheet Functions 5 June 29th 07 11:12 AM
Enable check box in protected sheet + group check boxes Dexxterr Excel Discussion (Misc queries) 4 August 2nd 06 12:00 PM
How do I check/uncheck ten or odd Checkboxes by click on one check Ken Vo Excel Discussion (Misc queries) 5 January 4th 06 11:10 PM
check box, so when you click on it it inserts a check mark into t. Steve Excel Discussion (Misc queries) 2 April 13th 05 09:12 PM


All times are GMT +1. The time now is 04:26 AM.

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"