Excel Checkboxes - True, False Checkbox, List of VBA Checkboxes Tutorial

Поделиться
HTML-код
  • Опубликовано: 4 май 2021
  • Learn how to add checkboxes in Microsoft Excel.
    Sign up to get updates, practice files and code snippets eepurl.com/hwyGg1
    #excel #checkbox #vba

Комментарии • 64

  • @celiodosanjos
    @celiodosanjos 3 года назад +5

    Thanks a lot. You're a great teacher, you know how to teach easily. Great job.

  • @joelabacherli1310
    @joelabacherli1310 Месяц назад

    Absolutely brilliant. Easy to understand. I will be using this every day. Thank you for the valuable content.

  • @MrAdmire2011
    @MrAdmire2011 8 месяцев назад +1

    Thanks for sharing this bruh! You make VBA coding seem so easy. Great job!

  • @finisterremork
    @finisterremork 2 года назад

    Super! I have to make a submission form with 50 lines and 30 columns of check boxes, it was driving me nuts assigning each check box. I don't know any VBA at all but got it to look how I wanted thanks to this video - thankyou!

    • @ceciliaandamayo5393
      @ceciliaandamayo5393 Год назад

      Hi there. Did you have to check and uncheck all the boxes for show true or false before to change formatting ? I have changed the format in a row of lines with true and false and the next one without them but looks it only work after I check and uncheck. I wonder if there is any other way to do it?

  • @purenrg4life
    @purenrg4life 2 года назад

    this was SO useful!! thank you so much... I learned SO much! :)

  • @sarawilson8213
    @sarawilson8213 Год назад

    This video is impeccable. Thank you!!!

  • @carlosaguilar7418
    @carlosaguilar7418 8 месяцев назад

    Thanks a lot! Regards from Perú!

  • @sharronmccormack8149
    @sharronmccormack8149 2 года назад +1

    You are a fantastic teacher!

  • @AP-vv5ci
    @AP-vv5ci Год назад

    Sweet...nicely explained. Absolutely brilliant and Thank you so much for sharing your knowledge. Amazing work and you have one more Subscriber...Thanks once again...Cheers

  • @shanemcgee7405
    @shanemcgee7405 3 года назад

    I am fairly new to Google Sheets and have been watching your videos for a couple months now. They have help a lot. I do have a hard time knowing what to look for or how to find a specific issue I am trying to figure out. I think what I am trying to do involves multiple functions at a time or its just not possible to do. Is there any way to have specific examples answered based off of something I am trying to do for my job?

  • @quangkhanhduong3033
    @quangkhanhduong3033 2 месяца назад

    Good teacher, im learning alot of thing from you, thank you so much.

  • @SolutionsByPVV
    @SolutionsByPVV 2 года назад

    Hi! How did you find help specifically for this method? Is it possible to get the necessary section of the help from the VBE ?

  • @cruzinsweetsntreats
    @cruzinsweetsntreats 2 года назад

    You have brought up a good help with VBA for automating the check boxes to populate the names from cells in the same table, and format to hide the results. However, have you set the check boxes from a different sheet in the same workbook? I am just trying to set myself up for quickly gathering incoming payments with summaries from various gig services. Thanks.

  • @lulu-gn8ot
    @lulu-gn8ot Год назад

    This video is helping a lot , so nice ! I am struggling with another issue that how to move and seize checkbox with the cell , I got hundreds checkbox in one sheet, It really drive me craze to click " move and seize with cell" under Properties one by one......

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Год назад +1

      .Placement = XlPlacement.xlMoveAndSize
      or
      .Placement = xlMoveAndSize

  • @rochinabigfoot1287
    @rochinabigfoot1287 Год назад

    Is there a code to delete checkboxes only from selection? And not from the whole worksheet. Thx
    So happy to find your video. Had a good few fiverr sellers not able to do this for me.

  • @SK-ty9fg
    @SK-ty9fg 3 года назад +1

    Thanks a lot sir..👍
    Super explanation

  • @MrVideoyoulike
    @MrVideoyoulike Год назад

    I used the format that you gave to change the true to done and incomplete for false but it did not change the true or false when checking the box

  • @mizanmud
    @mizanmud 2 месяца назад +1

    Hi bro, nice video. If I could ask, how to make vba for deleting check box on selected cell only?

  • @user-is3ri7fg2m
    @user-is3ri7fg2m 27 дней назад

    Really clear and helpful, thank you - however if used under headings with filters the cells assigned to each tick box don't realign when the data is filtered or sorted, any idea how to fix this?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  26 дней назад

      If you have Excel 365, the update next month is supposed to have the new checkbox control which will be much easier to add it should work with filters.

  • @nagarajsinhasan9605
    @nagarajsinhasan9605 3 года назад

    It’s wonderful. I am facing one challenge to add Check Boxes automatically with reference to variable list. Could you please help me out?

  • @axelg1967
    @axelg1967 2 года назад +1

    OMG, Just what I needed. Many Thanks, Great explanation.
    Is there a way I can save this and make a button in the toolbar so i can quickly do this on multiple sheets / workbooks and not always have to re-write that code ?
    (Saving it outside the workbook so it becomes almost like a build in excel function) ?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 года назад

      You can save it in your hidden personal workbook and then it will be available in all files on your computer.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 года назад +1

      support.microsoft.com/en-us/office/create-and-save-all-your-macros-in-a-single-workbook-66c97ab3-11c2-44db-b021-ae005a9bc790

    • @axelg1967
      @axelg1967 2 года назад

      @@ExcelGoogleSheets Thanks

  • @Amanda-on1zv
    @Amanda-on1zv 3 года назад

    Is there any way to use the checkboxes to import data into a different sheet? I'm trying to have it so that when a checkbox is checked, the row moves from one sheet to another, and back again if it's unchecked.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 года назад

      It is certainly possible, but you'll have to write quite a bit of VBA code.

  • @temyraverdana6421
    @temyraverdana6421 3 года назад

    Thanks a lot, very interesting

  • @biplabnayak8235
    @biplabnayak8235 Год назад

    Need help to link cells of multiple check box with multiple rows

  • @Catv47
    @Catv47 Год назад

    My Default check box is much smaller than yours. How do I adjust the default size of an inserted check box? Mine is just way too small.

  • @christopherc.taylor339
    @christopherc.taylor339 Год назад

    This so eye opening.... I have always been afraid to learn VB but clearly I need to learn how! I was wondering do you have a video illustrating how to add a checkbox conditionally. For example, a cell would add a checkbox only when another cell contained values, text, etc.? Nevertheless, your instruction was superb!

  • @user-iq4mz8xx8x
    @user-iq4mz8xx8x 11 месяцев назад

    Hi! First of all, thanks for the very helpful tutorials :) I badly need your help :( I created a to do list and cannot figure out how to remove the checkmark (column A, referenced to column C) if the task (column B) is blank. What happens is when I delete a task, the checkbox remains checked and is counted in the total tasks done. Please help.

  • @nicauldron
    @nicauldron 8 месяцев назад

    My checkboxes work but if I put multiple (noticeable after like 10 rows) in there, they start to not be in the centre of the cell anymore - how do I fix this??

  • @alexpotra5594
    @alexpotra5594 6 месяцев назад

    How do you delete a selection of multiple checkboxes?

  • @stationeryhubshop
    @stationeryhubshop 3 года назад

    very good content...

  • @theamateur6971
    @theamateur6971 4 месяца назад

    How to link a checkbox to the entire row as i complete tasks?

  • @nomanahmad1306
    @nomanahmad1306 8 месяцев назад

    How to make master checkbox for a group of check boxes. Say tick 1 box then automatically select 6 cell out of 10 cells on sheet.
    Please guide.

  • @misssomod194
    @misssomod194 2 года назад

    How to change the value to 1 for checked and 0 unchecked?

  • @nemi4434
    @nemi4434 2 года назад

    Can you show how to sort once you have the check boxes. When I sort by another column the check boxes move with it but the true and false does not, once is it move I can no longer have it change from true to false.
    Thank you for showing this have seen soo many RUclips videos on check boxes and this the best so far!!! (Everybody else was showing to do each invidual instead of with code) thanks

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 года назад

      Are you saying when you sort by other columns it sorts checkboxes OK, but when you sort by checkbox column it doesn't? Or it doesn't work in all cases.

  • @user-pd8ft4qt3r
    @user-pd8ft4qt3r 10 месяцев назад

    hello! I downloaded a google sheet on my laptop and converted it to excel, problem is the formulas are changed and do not work. How can I fix this, or prevent this from happening. I want to keep everything the way it was in my excel sheet. Hope you can help me ;(

  • @TheConanINC
    @TheConanINC 3 года назад

    hi thanks for great videos , i have a question and i hope you understand what i mean , so can i move a row from one sheet to another sheet using Query function not just copying it from sheet to sheet its easy to do , but i need to move it , so can i do that , hopping you see my comment , thanks a lot

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 года назад +1

      No, QUERY function can not move data.

    • @TheConanINC
      @TheConanINC 3 года назад

      @@ExcelGoogleSheets okay thanks a lot , is there a function does the job ?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 года назад +1

      @@TheConanINC You can only move data with a script. Functions don't move data.

    • @TheConanINC
      @TheConanINC 3 года назад

      @@ExcelGoogleSheets okay understood thanks a lot man

  • @hariomshankar111
    @hariomshankar111 3 года назад

    Sir, please make a video to attach image with what's app api in google sheet.

  • @moisestatis5418
    @moisestatis5418 2 года назад

    Are you available for one-to-one training and solving personal challenges?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 года назад

      Yes. There is no hour minimum for remote/zoom tutoring www.chicagoexcelclasses.com/excel-tutoring/

  • @user-sq5mr4ej8p
    @user-sq5mr4ej8p 8 месяцев назад

    thanksssss for this

  • @tutsecret499
    @tutsecret499 Год назад

    How I can transfer the value of the selected cb from one sheet to another sheet. Example: I have 50 questions in a survey. Each question will have a group of answers. Excellent, Very Good, Good, Average, and so on. So q1 on column A, column b2 the group of answers. The values are 1, 2, 3, 4, 5, Excellent is 1, Very Good is 2, etc. How all the values can be pasted in the Results sheet. I set up it worked but just for the question 1 where the value is on B1. how to copy and paste the following rows questions, the value on the B2 for question 2, the value on B3 for question 3 up to the question 50. So when the user answers the questions, the behind/hidden sheet will be fed automatically when the user clicks on the checkbox. Thank you.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Год назад

      You'll just need to use the fact that when the checkbox is checked the value of the cell is TRUE. Use TRUE to get the answers.
      How exactly you would do this will vary depending on your spreadsheet layout and Excel version used.

  • @javedahmed8343
    @javedahmed8343 3 месяца назад

    Great

  • @schoolstaff9931
    @schoolstaff9931 3 года назад

    if he had a course on udemy i would buy

  • @AngelaM745
    @AngelaM745 10 месяцев назад

    I find it weird Excel isn't able to insert a checkbox in a cell, it seems unnecessary complicated to do all the adding and assigning.

  • @anubhavdatta2363
    @anubhavdatta2363 Год назад

    Microsoft excel be like do all of these so you can just checkbox in the entire column
    _facepalm_

  • @spaceinvader9503
    @spaceinvader9503 8 месяцев назад

    25 minutes ???????????????????????????????????????????????????????????????????