PC Review


Reply
Thread Tools Rate Thread

check box column

 
 
Candace
Guest
Posts: n/a
 
      8th Jan 2010
Is there a clean easy way to get checkbox functionality on an Excel
spreadsheet? I need to add a column to my spreadsheet that has a checkbox (or
something comparable) in each cell of that column. However, I looked at
adding checkboxes using either a form control or an activex control and both
seem to sit on top of the spreadsheet, rather than being associated with a
cell itself. Any ideas?
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      9th Jan 2010
I'd use something simple--like an X.

But if you want something prettier:

(saved from a previous post)

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
=counta(a1:a10)
to get the number of "checked" cells in A1:A10

Or you can filter by blanks and non-blanks.

Candace wrote:
>
> Is there a clean easy way to get checkbox functionality on an Excel
> spreadsheet? I need to add a column to my spreadsheet that has a checkbox (or
> something comparable) in each cell of that column. However, I looked at
> adding checkboxes using either a form control or an activex control and both
> seem to sit on top of the spreadsheet, rather than being associated with a
> cell itself. Any ideas?


--

Dave Peterson
 
Reply With Quote
 
מיכאל (מיקי) אבידן
Guest
Posts: n/a
 
      9th Jan 2010
After formatting that column as "Wingdings 2" - typing an R [capital R] will
produce a check box.
Micky


"Candace" wrote:

> Is there a clean easy way to get checkbox functionality on an Excel
> spreadsheet? I need to add a column to my spreadsheet that has a checkbox (or
> something comparable) in each cell of that column. However, I looked at
> adding checkboxes using either a form control or an activex control and both
> seem to sit on top of the spreadsheet, rather than being associated with a
> cell itself. Any ideas?

 
Reply With Quote
 
מיכאל (מיקי) אבידן
Guest
Posts: n/a
 
      9th Jan 2010
Try, also, capital: P, Q, S, T, U, V
Micky


"מיכאל (מיקי) אבידן" wrote:

> After formatting that column as "Wingdings 2" - typing an R [capital R] will
> produce a check box.
> Micky
>
>
> "Candace" wrote:
>
> > Is there a clean easy way to get checkbox functionality on an Excel
> > spreadsheet? I need to add a column to my spreadsheet that has a checkbox (or
> > something comparable) in each cell of that column. However, I looked at
> > adding checkboxes using either a form control or an activex control and both
> > seem to sit on top of the spreadsheet, rather than being associated with a
> > cell itself. Any ideas?

 
Reply With Quote
 
Candace
Guest
Posts: n/a
 
      9th Jan 2010
Thanks Dave - this worked perfectly!

"Dave Peterson" wrote:

> I'd use something simple--like an X.
>
> But if you want something prettier:
>
> (saved from a previous post)
>
> 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
> =counta(a1:a10)
> to get the number of "checked" cells in A1:A10
>
> Or you can filter by blanks and non-blanks.
>
> Candace wrote:
> >
> > Is there a clean easy way to get checkbox functionality on an Excel
> > spreadsheet? I need to add a column to my spreadsheet that has a checkbox (or
> > something comparable) in each cell of that column. However, I looked at
> > adding checkboxes using either a form control or an activex control and both
> > seem to sit on top of the spreadsheet, rather than being associated with a
> > cell itself. Any ideas?

>
> --
>
> Dave Peterson
> .
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to check the value of a Column tlee Microsoft Excel Programming 3 19th May 2009 05:15 AM
check column -A- and fill out column -B- by vba MicrosoftNews Microsoft Excel Programming 3 10th Feb 2008 07:00 PM
Loop through column(s) to check values, perform action based on check ward376 Microsoft Excel Programming 4 6th Nov 2007 03:21 PM
How do I set up a column in Excel as a check mark column? =?Utf-8?B?d3Jzc3RldmVucw==?= Microsoft Excel Misc 7 10th Apr 2007 07:12 PM
how to check for recurrence of same names in column 1 and column =?Utf-8?B?SmlsbHlC?= Microsoft Excel Misc 1 30th Jan 2007 02:11 PM


Features
 

Advertising
 

Newsgroups
 


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