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

  Рет қаралды 57,433

Learn Google Sheets & Excel Spreadsheets

Learn Google Sheets & Excel Spreadsheets

Күн бұрын

Пікірлер: 66
@celiodosanjos
@celiodosanjos 3 жыл бұрын
Thanks a lot. You're a great teacher, you know how to teach easily. Great job.
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
I appreciate that!
@joelabacherli1310
@joelabacherli1310 5 ай бұрын
Absolutely brilliant. Easy to understand. I will be using this every day. Thank you for the valuable content.
@MrAdmire2011
@MrAdmire2011 11 ай бұрын
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?
@user-is3ri7fg2m
@user-is3ri7fg2m 4 ай бұрын
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 4 ай бұрын
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.
@mizanmud
@mizanmud 5 ай бұрын
Hi bro, nice video. If I could ask, how to make vba for deleting check box on selected cell only?
@sharronmccormack8149
@sharronmccormack8149 2 жыл бұрын
You are a fantastic teacher!
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
Thank you! 😃
@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.
@quangkhanhduong3033
@quangkhanhduong3033 5 ай бұрын
Good teacher, im learning alot of thing from you, thank you so much.
@lulu-gn8ot
@lulu-gn8ot 2 жыл бұрын
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 2 жыл бұрын
.Placement = XlPlacement.xlMoveAndSize or .Placement = xlMoveAndSize
@axelg1967
@axelg1967 2 жыл бұрын
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 жыл бұрын
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
@sarawilson8213
@sarawilson8213 Жыл бұрын
This video is impeccable. Thank you!!!
@carlosaguilar7418
@carlosaguilar7418 11 ай бұрын
Thanks a lot! Regards from Perú!
@AP-vv5ci
@AP-vv5ci 2 жыл бұрын
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
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
Thank you kindly!
@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?
@SK-ty9fg
@SK-ty9fg 3 жыл бұрын
Thanks a lot sir..👍 Super explanation
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Thanks!
@HikmahSarjana
@HikmahSarjana 2 ай бұрын
Easy to understand 😇
@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?
@cruzinsweetsntreats
@cruzinsweetsntreats 3 жыл бұрын
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.
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
I'm not sure I understand the question.
@purenrg4life
@purenrg4life 2 жыл бұрын
this was SO useful!! thank you so much... I learned SO much! :)
@vishalrahul2655
@vishalrahul2655 Ай бұрын
Very good
@JacqueMejia-e1k
@JacqueMejia-e1k Жыл бұрын
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.
@SolutionsByPVV
@SolutionsByPVV 3 жыл бұрын
Hi! How did you find help specifically for this method? Is it possible to get the necessary section of the help from the VBE ?
@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 KZbin 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.
@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!
@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.
@nomanahmad1306
@nomanahmad1306 11 ай бұрын
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.
@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 жыл бұрын
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 жыл бұрын
@@TheConanINC You can only move data with a script. Functions don't move data.
@TheConanINC
@TheConanINC 3 жыл бұрын
@@ExcelGoogleSheets okay understood thanks a lot man
@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/
@tutsecret499
@tutsecret499 2 жыл бұрын
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 2 жыл бұрын
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.
@biplabnayak8235
@biplabnayak8235 Жыл бұрын
Need help to link cells of multiple check box with multiple rows
@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
@theamateur6971
@theamateur6971 8 ай бұрын
How to link a checkbox to the entire row as i complete tasks?
@user-pd8ft4qt3r
@user-pd8ft4qt3r Жыл бұрын
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 ;(
@alexpotra5594
@alexpotra5594 9 ай бұрын
How do you delete a selection of multiple checkboxes?
@nicauldron
@nicauldron Жыл бұрын
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??
@stationeryhubshop
@stationeryhubshop 3 жыл бұрын
very good content...
@hariomshankar111
@hariomshankar111 3 жыл бұрын
Sir, please make a video to attach image with what's app api in google sheet.
@temyraverdana6421
@temyraverdana6421 3 жыл бұрын
Thanks a lot, very interesting
@misssomod194
@misssomod194 2 жыл бұрын
How to change the value to 1 for checked and 0 unchecked?
@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.
@YsabelaMejia-k9t
@YsabelaMejia-k9t 11 ай бұрын
thanksssss for this
@schoolstaff9931
@schoolstaff9931 3 жыл бұрын
if he had a course on udemy i would buy
@javedahmed8343
@javedahmed8343 7 ай бұрын
Great
@AngelaM745
@AngelaM745 Жыл бұрын
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 11 ай бұрын
25 minutes ???????????????????????????????????????????????????????????????????
Excel Macros & VBA - Tutorial for Beginners
50:20
Kevin Stratvert
Рет қаралды 1,2 МЛН
How to Use Excel Checkboxes | Interactive Checklists & Reports
8:02
Leila Gharani
Рет қаралды 884 М.
Which team will win? Team Joy or Team Gumball?! 🤔
00:29
BigSchool
Рет қаралды 12 МЛН
ЗНАЛИ? ТОЛЬКО ОАЭ 🤫
00:13
Сам себе сушист
Рет қаралды 4 МЛН
Enhance Your Checkboxes & To-do Lists with Conditional Formatting in Excel
13:12
Excel's NEW Checkboxes Are Incredibly Cool! Here's why
14:24
Leila Gharani
Рет қаралды 538 М.
3 Impressive Dynamic Reports using Check Boxes
13:10
MyOnlineTrainingHub
Рет қаралды 59 М.
Assign Checkboxes to Cells with a Macro in Excel #excel #youtube
8:48
QUERY - Drop Down List to Filter Data - Google Sheets
15:25
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 353 М.
How to Use Excel Checkboxes with Strike Through
10:04
Genius World
Рет қаралды 129 М.