+ Reply to Thread
Results 1 to 3 of 3

Check Boxes and Sorting/Filtering

  1. #1
    Registered User
    Join Date
    04-24-2013
    Location
    Cola SC
    MS-Off Ver
    Excel 2010
    Posts
    73

    Question Check Boxes and Sorting/Filtering

    Good afternoon,
    I have a report i have created (document actually) where I have inserted Check boxes in column Q under the header Updated. The purpose would be that my Team lead can go into this document - go to column Q and filter/sort and pull only the one that have a checked box (have been updated) - now how in the world do i go about doing this? I know there is a way, but i am racking my brain.

    I have 2010 excel.

    Any help would be greatly appreciated!! thank you in advance


    Holly Noel
    Last edited by HNoel33; 07-30-2013 at 10:22 AM. Reason: Resolved

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,735

    Re: Check Boxes and Sorting/Filtering

    You can link the checkbox to the cell that it sits on. This has to be done manually for each checkbox (it is possible to do it with VBA code for ActiveX checkboxes; it might also be possible for Forms checkboxes but I don't know how). For a Forms checkbox, right-click on the checkbox, go to Format Control, Control tab, and fill in "Cell link". For an ActiveX checkbox, right-click, select Properties, and fill in LinkedCell.

    Now when the box is checked, the linked cell will have the value TRUE and if unchecked it will show FALSE. You can use AutoFilter to do filtering and sorting.

    However, I will add that I am a believer in simple, obvious solutions. Why don't you just have the user put an X in Column Q, instead of using checkboxes? That way you don't have to create new checkboxes every time you add data, and there is no manual setup required.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    04-24-2013
    Location
    Cola SC
    MS-Off Ver
    Excel 2010
    Posts
    73

    Re: Check Boxes and Sorting/Filtering

    Thank you for the help! much appreciated!!


+ 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. Replies: 1
    Last Post: 05-23-2013, 10:42 AM
  2. I need a code for presence check to check multiple text boxes and combo boxes
    By Lee_wwfc in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-24-2013, 01:53 PM
  3. Automatic setting of check boxes based on other check boxes?
    By ArchiveMike in forum Excel General
    Replies: 5
    Last Post: 07-31-2012, 09:43 AM
  4. [SOLVED] Can check boxes be included in sorting, using VBA
    By grahamc in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 07-26-2012, 04:53 PM
  5. Filtering by Check Boxes
    By Eggtavius in forum Excel General
    Replies: 2
    Last Post: 01-18-2006, 12:45 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