#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Check marks

I need to have my co-workers click on a cell and it automatically adds a
check mark. Does any one know how I can accomplish this with out using
macros? My co-workers aren't very computer smart. Also, this file must be
small due to the fact that we use floppies.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Check marks

First, using the floppies directly is a not a good idea. Your file could get
corrupted or just fail to save. It's a bad thing to do.

It's ok to save to your harddrive/network drive, then use windows explorer to
back the files up to floppies, though (well, if they fit!).

Second, how about having the user type something in a cell and make it look like
a checkmark?

Select the range
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")


Alan9339 wrote:

I need to have my co-workers click on a cell and it automatically adds a
check mark. Does any one know how I can accomplish this with out using
macros? My co-workers aren't very computer smart. Also, this file must be
small due to the fact that we use floppies.

Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,202
Default Check marks

Select the range
Format|cells|number tab|custom category
In the "type:" box, put this:
alt-0252;alt-0252;alt-0252;alt-0252

And format that range of cells as Wingdings
(make it as large as you want)


Or, alternately, use an 'a' (that is, a lower case "A") and format the cell
as Marlett to get a 'real' check mark.

Rick

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
formula needed to sum check marks veena Excel Worksheet Functions 1 February 24th 07 01:52 AM
formula needed to sum check marks john Excel Worksheet Functions 0 February 22nd 07 09:58 PM
formula needed to sum check marks veena Excel Worksheet Functions 0 February 22nd 07 09:57 PM
check marks Mary New Users to Excel 4 August 12th 06 10:06 PM
Putting check marks in every cell in a column? nickravo Excel Worksheet Functions 7 August 8th 06 06:44 PM


All times are GMT +1. The time now is 05:31 PM.

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"