+ Reply to Thread
Results 1 to 3 of 3

Formula to AUTOMATICALLY Tick Check Box

  1. #1
    Registered User
    Join Date
    10-02-2012
    Location
    Al Khobar, Saudi Arabia
    MS-Off Ver
    Excel 2010-2013
    Posts
    47

    Formula to AUTOMATICALLY Tick Check Box

    I want a formula to automatically tick a checkbox. Spreadsheet attached for reference.
    Attached Files Attached Files

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,486

    Re: Formula to AUTOMATICALLY Tick Check Box

    In design mode, select the first checkbox and then go to the properties of that checked box and in Linked cell, enter C1. Then in C1 enter the formula,=IF(F2=A1,TRUE,FALSE), then exit design mode.
    Change the drop down to Progress and the checkbox will be checked.

  3. #3
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: Formula to AUTOMATICALLY Tick Check Box

    (a VBA solution)
    Attached workbook uses a change event macro to achieve what you want
    Can the other checkboxes contain ticks at the same time as each other?
    - if not, then activate the 4 lines by removing the apostrophes before each Me.CheckBox1.Value = False
    - if they can, then delete those 4 rows

    To get at the code Right-Click on Tab name and "View Code"

    Please Login or Register  to view this content.
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] tick all check box in just one click and then count up the selected tick box...
    By pejoi in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-05-2013, 09:13 PM
  2. Check/Tick all rows with same data
    By unpronounciable in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-21-2013, 06:05 AM
  3. [SOLVED] Tick or Check Box
    By mvg688 in forum Excel General
    Replies: 4
    Last Post: 07-31-2012, 04:00 AM
  4. [SOLVED] Tick Check Box Automatically
    By fialko in forum Excel General
    Replies: 0
    Last Post: 07-08-2011, 02:04 PM
  5. How to use a Check box Tick in a formula
    By Obwan in forum Excel General
    Replies: 1
    Last Post: 07-06-2011, 08:17 PM
  6. Replies: 4
    Last Post: 07-22-2010, 06:29 AM
  7. How to tick check box with macro?
    By Denzil in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-17-2008, 06:51 AM
  8. [SOLVED] Check / Tick Boxes
    By tinahumphries in forum Excel General
    Replies: 1
    Last Post: 09-02-2005, 10:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1