LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Check a Check Box if

Here's one way without using checkboxes:

Assume you want cell A1 to display a checkmark if cells C1:E1 = YES

Format cell A1 to font Marlett

Enter this formula in A1:

=IF(COUNTIF(C1:E1,"yes")=3,"a","")

The "a" MUST be lowercase.

Or, to eliminate any confusion:

=IF(COUNTIF(C1:E1,"yes")=3,CHAR(97),"")

Biff

"IntricateFool" wrote in message
...
How would I go about making a check box marked checked based on other
cells.

If I have three columns that all equal "Yes", I would like the respective
checkbox to contain a check mark.

Any suggestions?





 
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
Allowing only 1 check box to be ticked Nadia Excel Discussion (Misc queries) 12 November 28th 09 10:55 PM
Copying forumla for vlook up but changing the column Index # klafert Excel Worksheet Functions 21 September 4th 06 07:56 PM
Enable check box in protected sheet + group check boxes Dexxterr Excel Discussion (Misc queries) 4 August 2nd 06 12:00 PM
Check boxes I have inserted in Excel move when I print? Mechelle C Excel Discussion (Misc queries) 1 June 22nd 06 06:44 PM
Can Not Check more than 1 check box jamphan Excel Discussion (Misc queries) 1 May 5th 06 04:58 PM


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