#1   Report Post  
ynissel
 
Posts: n/a
Default check box

Im having trouble creating a checkbox in excel that if a user clicks it - a
check mark is made or removed. I created the box with active X - but I cant
figure out what to change to make it functional.

As a follow up - how can I take a box that is checked and use it in a
formula.
(ie if checkbox 1 is checked then A1+B1 if not "n/a"

Thanks,
Yosef
  #2   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

Yosef,

Take it out of design mode (upper left button of Controls Toolbox), and the
check box should be functional.

To be able to test it in a formula, first link the check box to a cell. Put
it in design mode, right-click the check box, Properties, and set "Linked
cell" to the cell you want. You'll get TRUE or FALSE.

=IF(A1, "Checked", "Not checked")

For a cleaner setup, name the cell, something like Box1.

=IF( Box1, "Checked, "Not checked")

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"ynissel" wrote in message
...
Im having trouble creating a checkbox in excel that if a user clicks it -
a
check mark is made or removed. I created the box with active X - but I
cant
figure out what to change to make it functional.

As a follow up - how can I take a box that is checked and use it in a
formula.
(ie if checkbox 1 is checked then A1+B1 if not "n/a"

Thanks,
Yosef



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
How do I use a check box to accept a calculation Joejoethecrackman Excel Discussion (Misc queries) 5 March 22nd 05 08:47 PM
Auto spell check as in word NC Excel Discussion (Misc queries) 2 January 27th 05 05:43 PM
check box formatting jt Excel Discussion (Misc queries) 0 January 18th 05 03:49 PM
Creating a check box that does not require security clearance. Maverick2U Excel Worksheet Functions 6 December 14th 04 02:46 AM
Why does spelling check close Excel when checking spanish? RCP Excel Discussion (Misc queries) 2 December 4th 04 07:37 PM


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

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

About Us

"It's about Microsoft Excel"