LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Inserting a checkbox

Jacob is correct about not being able to place a checkbox INSIDE a cell...

by simply adding a checkbox to a worksheet, all you'll have is a pretty
little checkbox. however, whether or not that box has been checked will not
be stored anywhere. If you want a value to be stored in another cell
(True=checked, False/blank= unchecked/never checked) then you have to r-click
on the checkbox and you should see a "Link Cell" box. enter the cell
reference of your choice and hit OK. now if you go and check the box, the
"TRUE" should show up in the cell that you just linked to the checkbox.
now... to take a step further you can add an IF function to your worksheet
that will look at your linked cell...
Ex:
a1 "contains" checkbox (another we know that the checkbox is not actually
INSIDE the cell)
b1 is linked to the checkbox
c1 has the following: IF(b1=TRUE,"CHECKED","NOT CHECKED")
this of this method for creating an order form. on one sheet, a customer
can check the items that they want to purchase. One another sheet they values
for the boxes would be stored and you could have IF functions that will input
the cost of that item if true shows up, and 0 if false shows up.


i took this a bit further than i think you were looking for, but who knows
if goes this far with a checkbox could actually make it easier for you.

*remember to rate

"PT" wrote:

WinXP Home, Excel 2003

How to do it? I tried Insert | Symbol. No luck.

Then, I opened the Control Toolbar, and found the checkbox control.

But I couldn't figure out how to insert the box into a cell, such that the
user could click on the resulting box to check or uncheck the box.

Pleasee advise.
--

PT



 
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
Inserting a checkbox into Excel 2003 Ashley Excel Discussion (Misc queries) 2 April 2nd 23 01:51 PM
Checkbox AlliSun Excel Discussion (Misc queries) 2 September 17th 08 09:48 PM
How to have Checkbox A uncheck with checked Checkbox B Texas Aggie Excel Discussion (Misc queries) 3 July 20th 07 10:58 PM
Inserting a simple checkbox that can be checked Phrank Excel Discussion (Misc queries) 4 May 17th 07 06:02 PM
checkbox Chas Excel Worksheet Functions 2 May 13th 05 10:37 PM


All times are GMT +1. The time now is 05:36 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"