Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I insert a small box that people can check or no check in Excel??
Ex a box for yes and a box for no |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Show - Toolbar - Form, then tool you are looking for is called "check box"
-- Attached: cum grano salis "Kathrine" wrote: How can I insert a small box that people can check or no check in Excel?? Ex a box for yes and a box for no |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You may find it easier to use a cell and a Y or X or any character to indicate
yes. You'll be able to sort, filter, and even count these easier than using checkboxes. An alternative that I like: Select the range that would have held the checkboxes. Format|cells|number tab|custom category In the "type:" box, put this: alt-0252;alt-0252;alt-0252;alt-0252 But hit and hold the alt key while you're typing the 0252 from the numeric keypad. It should look something like this when you're done. ü;ü;ü;ü (umlaut over the lower case u separated by semicolons) And format that range of cells as Wingdings (make it as large as you want) Now, no matter what you type (spacebar, x, anyoldtextatall), you'll see a check mark. Hit the delete key on the keyboard to clear the cell. If you have to use that "checkmark" in later formulas: =if(a1="","no checkmark","Yes checkmark") Or you can filter by blanks and non-blanks. Kathrine wrote: How can I insert a small box that people can check or no check in Excel?? Ex a box for yes and a box for no -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cross tab query | Excel Worksheet Functions | |||
Cross Referencing | Excel Discussion (Misc queries) | |||
Cross referencing | Excel Worksheet Functions | |||
Cross table | Excel Discussion (Misc queries) | |||
X=y will not cross 0,0 why | Charts and Charting in Excel |