Using Checkboxes in Excel - Part 2

  Рет қаралды 168,079

Technology for Teachers and Students

Technology for Teachers and Students

Күн бұрын

Пікірлер: 57
@whyworksmarternotharder
@whyworksmarternotharder 5 жыл бұрын
TECHNOLOGY FOR TEACHERS AND STUDENTS. **AND those in the corporate world**. I've used this tool when creating standardized notes for my phone agents. If they check the box, it adds it to the note they'll then copy in paste into our system! Thanks for the tip!
@nicadi2005
@nicadi2005 4 жыл бұрын
The formula =IF(G2=FALSE, "Delinquent", "Done") can be rewritten as: =IF(G2,"Done","Delinquent") Notes: 1) No need for the actual comparison, as the cell used (G2) already contains a boolean expression (a boolean constant). 2) It's not necessary to put a space after a comma when passing arguments to a function in a formula. That being said, I would find it a useful feature sometimes - e.g. to use it for some more striking separation when dealing with particularly long and/or complex formulas. *Any whitespace in formulas does get saved exactly as entered but is completely ignored during parsing.*
@Cruz0e
@Cruz0e 4 жыл бұрын
or it can be also written as =IF(NOT(G2), "Delinquent", "Done")
@godwinuche4669
@godwinuche4669 3 жыл бұрын
I’m very happy to follow along whenever I see practical file link in your videos. Thank you very much. I can’t to earn my first salary I will be supporting this channel every 3 months
@ahmadfawadfatan3015
@ahmadfawadfatan3015 4 жыл бұрын
I love this tutorial, I have learned a lot. I really appreciate and will definitely support you.
@thomaspuzio4859
@thomaspuzio4859 4 жыл бұрын
In Google Sheets, you can use conditional formatting directly on the cells that contain the check boxes, you also don't need to have a hidden column for true/false because the checkbox automatically equals true if it's checked.
@Tom-wd5bs
@Tom-wd5bs 5 жыл бұрын
You are the best Excel teacher on KZbin that I have come across. Thankyou - going to put on some Dep Mode on whilst I continue practising !
@Theresabrown1805
@Theresabrown1805 5 жыл бұрын
I'm finding your tutorials so helpful I feel I have learned so much. I have been following your tutorials for about a month and I feel I have learned so much thank you so much. Can you teach to do invoices in Excel.
@techteachersandstudents
@techteachersandstudents 5 жыл бұрын
Thanks for your kind comments. I will add Excel Invoices to my list of tutorials to make. It may take a while to get to it, as I already have several videos in the "pipeline." Thanks for watching.
@correiaivan
@correiaivan 4 жыл бұрын
Hello! A good tip, you can just press in the cell twice where you drag and then the Excel will fill until the last filled line of your spreadsheet. If there's no line filled, it won't do anything Thanks for the tutorial!
@JMrai7437
@JMrai7437 4 жыл бұрын
I’m extremely grateful for your instruction. Thanking you once again Sir
@theawakeningblk
@theawakeningblk 5 жыл бұрын
You make learning interesting
@gagiktamrazyan771
@gagiktamrazyan771 4 жыл бұрын
Well done, first I didn't manage executing the function IF, because in my case that is distinguished with ";" not with ",". Thank you very much for granting this information !!!
@GazzInTheCity
@GazzInTheCity Жыл бұрын
Thank you for the checkbox video. My next search is how to use those check boxes to capture and calculate a total value. For example, column E has 10 rows of check boxes. When you check a box, that gives you one point. I then need to get a total of how many points were in that column. For example, 3 checked boxes equals 3 points in another cell. Now let's take that a step further. Column F has another 10 rows of check boxes. However, each of those points are worth 2 points. So now I need to calculate and show the total points in another cell. For example, 3 checked boxes displays 6 points in another cell.
@TruthofDilly
@TruthofDilly 4 жыл бұрын
You are so good thank you for making it easy🙏🏽🙏🏽🙏🏽🙏🏽
@glisten_skin
@glisten_skin 7 ай бұрын
Wonderful video
@rajeevgosavi4514
@rajeevgosavi4514 4 жыл бұрын
EXCELLENT, VERY EDUCATIVE. SIR ONE MORE REQUEST. KINDLY PROVIDE LINK TO DOWNLOAD PRACTICE FILES.
@cyber7xx10
@cyber7xx10 2 жыл бұрын
Is their a way to change the visual of the box and the tick? The default looks dull.
@nourishingrowth
@nourishingrowth 3 жыл бұрын
Thank you !!
@DonZiglioni
@DonZiglioni 4 жыл бұрын
Hello, if I have a checklist all set up that are linked to a filter. Is there a way to make a collapsible checklist under each to sub divide my main checklist items? I know I can group and collapse rows, but they don't link to the master row I would like them to follow. Any help would be greatly appreciated!! Thank you!
@GabyBS204
@GabyBS204 2 жыл бұрын
Do these check boxes and functions work on a shared workbook?
@navillusoykcin
@navillusoykcin 4 жыл бұрын
Thank you, very informative.
@FlightLogProductions
@FlightLogProductions Жыл бұрын
How can I turn the cell with the check mark a color based on being checked or unchecked?
@rjrcodriga
@rjrcodriga 4 жыл бұрын
big help....... thank you.......
@balajigunasekaran6398
@balajigunasekaran6398 4 жыл бұрын
Can you tell what theme does your Excel have in your toolbar and ribbon? I couldn't find this kind of minimalistic theme in my Excel 2019.
@AlKhalifaEgy
@AlKhalifaEgy 4 жыл бұрын
Thanks for your a wonderful video, i have question, what if need to make that theckbok to reflects on multiple row by 1 or zero, means if i check the whole row or column is 1 if not then 0. I would like to know from you. Thx a lot
@johnjohnsilo9503
@johnjohnsilo9503 4 жыл бұрын
Is it possible to create an automation where the check boxes gets automatic"check" if done, and "x" if not? Referencing to another column?
@timbushell8640
@timbushell8640 4 жыл бұрын
No, the checkbox is empty or ticked - binary choice. If you wanted say [X] -v- [ ] you can use simple dead text, but the sheet drives from the true false statement in the driving case or a non-linked manual tick in the update case.
@timbushell8640
@timbushell8640 4 жыл бұрын
Also, it is easier to read and maintain sheets if the logic also flows to either adjacent cells (hidden or not) or for European writing languages from left to right... ... otherwise, it is amazingly easy to get in a mess, very fast.
@tundeodebunmi6333
@tundeodebunmi6333 Жыл бұрын
Thanks for this tutorial. I will like to prevent my colleague from unchecking my box, how can i protect it?
@AlKhalifaEgy
@AlKhalifaEgy 4 жыл бұрын
Thanks for your lecture. I'm facing a problem with using the filter along with using checkboxes, means I don't want my checkbox to reflected on hidden by filter, could you help please? Thanks
@rodbanate844
@rodbanate844 4 жыл бұрын
Hi thanks for the tutorial videos so amazing and great. Hope you will notice me and I just want to ask if I want to delete the check box what I'm gonna do hope you will answer me thanks in advance..
@khushhalpakistanzindabad4680
@khushhalpakistanzindabad4680 4 жыл бұрын
Hello Sir, How can you relate two check boxes together, means if one is checked, the other is automatically unchecked. Thank you.
@Spunksterr
@Spunksterr 5 жыл бұрын
Thank you!
@ahlaoi
@ahlaoi 4 жыл бұрын
Can I use conditional formatting with check box, example: if check box is checked then fill with red???
@stephaneenglish4661
@stephaneenglish4661 4 жыл бұрын
Badr gaming not with the simple, form controls checkboxes. The checkbox has to be linked with a cell in your workbook, so that Excel formulae can work with the data. Once you’ve given the data a “home” in a linked cell in your spreadsheet, you can then use it in any formula you want. For data in cells which you don’t want the spreadsheet user to see, you have a couple of options: you can hide the column or row with those cells, like in the tutorial, or you can put the linked cell in a separate worksheet (tab) and then hide that worksheet.
@MsDetsu
@MsDetsu 2 жыл бұрын
How to mass delete the tick boxes?
@basvermeer4209
@basvermeer4209 4 жыл бұрын
If I use 'wrap text' in the D6 the checkboxes don't move with the rows. How do I fix that?
@petercarbone4742
@petercarbone4742 2 жыл бұрын
Hold shift when you drop the checkbox onto its designated cell. This will keep it locked to the cell you assign it to.
@MarisolRamos-1971
@MarisolRamos-1971 5 жыл бұрын
Gracias :)
@hielectrica7787
@hielectrica7787 5 жыл бұрын
Sir which version of excel are you using? I am asking because I don't have the developer option due to which I am not able to practice it. Would you please mention the version. Thanks
@whyworksmarternotharder
@whyworksmarternotharder 5 жыл бұрын
File, Options, Customize Ribbon, Right hand side.
@nheriecardona8301
@nheriecardona8301 5 жыл бұрын
2016
@hielectrica7787
@hielectrica7787 5 жыл бұрын
@@nheriecardona8301 I have 2016 but don't have the option "developer"
@nheriecardona8301
@nheriecardona8301 4 жыл бұрын
The author did mention, developer button doesn't come in default,open your costumize ribbon and check the developer box to make it appear on you screen。
@hielectrica7787
@hielectrica7787 4 жыл бұрын
@@nheriecardona8301 thanks Ma'm
@fekaduambaw1964
@fekaduambaw1964 3 жыл бұрын
It is nice ..
@Cruz0e
@Cruz0e 4 жыл бұрын
duplicating fields (like true=done, false=delinquent) and also repeating data for example you have "Customer service" or "Management" words like 100 times in your sheet, bad anomalies :/ I know these are just examples for excel and not database programming, but at least here is my comment to note this its not good way to do it, better make a spearate sheet/table for the departments index them (e.g 1=management ,2=sales ,3=assistants etc) then dont store text informations like "customer service"
@MK-hap
@MK-hap 4 жыл бұрын
I cannot edit check box message by right click
@itlife4555
@itlife4555 4 жыл бұрын
good
@shaersajeeb8095
@shaersajeeb8095 4 жыл бұрын
I want checkbox with automatic adding number.
@stephaneenglish4661
@stephaneenglish4661 4 жыл бұрын
Shaer Sajeeb If you want to use a form control to run a task I think you’d need to record a macro to add one to the value in the cell, then insert a button instead of a checkbox and assign that macro to it.
@stephaneenglish4661
@stephaneenglish4661 4 жыл бұрын
You didn’t need to write “IF(G2=false,…”. Instead you could have written “IF(G2,…”, because G2 already contains the result of the test (“true” or “false”).
@dina17dot
@dina17dot 4 жыл бұрын
Stéphane English good to know thanks
@doctordeceit2839
@doctordeceit2839 4 жыл бұрын
And remember boys and girls. Update your driver safety training otherwise you're a delinquent xD I'm pretty sure this file would be a HR violation
@nicadi2005
@nicadi2005 4 жыл бұрын
@Doctor Deceit "I'm pretty sure this file would be a HR violation" - HR violations are permitted. Syntax violations, on the other hand... ;-P
Quickly Enter Current Date and Time in Excel
3:15
Technology for Teachers and Students
Рет қаралды 507 М.
Using Checkboxes in Excel - Part 1
10:10
Technology for Teachers and Students
Рет қаралды 686 М.
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
Say Goodbye to IF Statements in Excel with SWITCH
7:45
Teacher's Tech
Рет қаралды 598 М.
Excel Conditional Formatting in Depth
17:39
Technology for Teachers and Students
Рет қаралды 327 М.
Excel's NEW Checkboxes Are Incredibly Cool! Here's why
14:24
Leila Gharani
Рет қаралды 554 М.
19 Ways to Use Excel’s NEW Checkboxes Feature
12:34
Excel Campus - Jon
Рет қаралды 20 М.
20 приемов и трюков MS Excel для начинающих
25:32
Езепов Дмитрий
Рет қаралды 1,6 МЛН
10 Excel Quick Tips for Productivity
12:04
Technology for Teachers and Students
Рет қаралды 972
How to Use Excel Checkboxes | Interactive Checklists & Reports
8:02
Leila Gharani
Рет қаралды 903 М.
3 Google Sheet Checkbox Tricks
9:51
DSMStrength
Рет қаралды 75 М.
8 Excel tools everyone should be able to use
18:31
Билял Хасенов – Excel, VBA & More
Рет қаралды 2,4 МЛН
NEW Excel Drop-Down Lists That Adapt to Your Data
11:15
MyOnlineTrainingHub
Рет қаралды 91 М.