Create an Interactive Checklist in Excel

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • Create an interactive checklist in Excel that automatically marks items when they are completed.
    Master Excel today with this comprehensive course - bit.ly/Ultimat...
    In this video tutorial, you will see how to insert checkboxes in Excel, link them to cells and then automatically format them when completed.
    Watch this video to learn how to create a macro that will set the link cell for all of the checkboxes on a worksheet - • Excel Macro to Link al...
    The video will make you understand how checkboxes in Excel work. And how Conditional Formatting can be applied to the value of a checked box.
    Find more great free tutorials at;
    www.computerga...
    ** Online Excel Courses **
    The Ultimate Excel Course - Learn Everything ► bit.ly/Ultimat...
    Excel VBA for Beginners ► bit.ly/37XSKfZ
    Advanced Excel Tricks ► bit.ly/3CGCm3M
    Excel Formulas Made Easy ► bit.ly/2ujtOAN
    Creating Sports League Tables and Tournaments in Excel ► bit.ly/2Siivkm
    Connect with us!
    LinkedIn ► / 18737946
    Instagram ► / computergaga1
    Twitter ► / computergaga1

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

  • @damiandellamico7596
    @damiandellamico7596 7 лет назад +15

    Hi Computergaga, congratulations on this very instructive video. You explain very well, and you show how skilled you are. Thank you very much for these very useful tips, they come in handy for everyday work. Please carry on! Have you a very nice day.

    • @Computergaga
      @Computergaga  7 лет назад

      Thanks Damian, your comments are very much appreciated.

  • @snip-sniptear956
    @snip-sniptear956 5 лет назад +5

    I learned something cool to do for future Excel DIYs. Thanks! Very simple tutorial and effective. I used to use Word and just print sheets with check boxes and names. It is a waste. Now, I can do all my checklists on Excel without wasting printer ink and paper!

  • @759george
    @759george 5 лет назад +1

    THANK YOU.
    YOU ARE A FANTASTIC INSTRUCTOR AND IT WAS A GREAT EXPERIENCE.

    • @Computergaga
      @Computergaga  5 лет назад

      You're welcome. Thank you very much.

  • @samuela.goldstein9913
    @samuela.goldstein9913 5 лет назад

    Thanks for this video. Deleting multiple checkboxes however is an incredible pain. Using Google Sheets is far more simpler!!!!

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

    This was helpful and easy to follow, Mac users add developer ribbon by Excell>Preferences>Ribbon& Toolbar

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

      Thank you for the comment and the Mac tip 👍

  • @OOlasokan
    @OOlasokan 4 года назад

    Thank you sir for the simplicity of your video. Very easy to follow.

    • @Computergaga
      @Computergaga  4 года назад

      Great to hear. Thank you, Olubayo.

  • @Teacherman1955
    @Teacherman1955 4 года назад +2

    Great video! East to understand and follow and I could readily imagine different uses for it.

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

    THANK YOU!

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

    Thank you so much. This is useful

  • @ahmedelgammal5889
    @ahmedelgammal5889 5 лет назад +2

    Many many thanks

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

    This video deserves a like! Helped me😊

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

      Great! Thank you very much, Mubeen.

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

    Thank you.. Helped me alot🙌

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

    Great video! Helped me make a great looking checklist, thanks!!

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

    Hello! Is there a way to move the ticked rows on top automatically? so you can have a separation of trues and falses? thank you!

  • @dgh25
    @dgh25 5 лет назад +7

    Dont set font color to white !!!! Use custom number format code ;;; to create a blank format :-)
    (Format cells...->Number tab->Custom menu-> type ;;; in the box called Type)

  • @chazmonique
    @chazmonique 7 лет назад +2

    Thank you very much, this just made my job easier.

  • @wayneedmondson1065
    @wayneedmondson1065 5 лет назад +1

    Nice one Alan.. great tip which will be useful for many purposes. Also like your other video on how to enhance with the ability to check all or check none simultaneously with a single click. Thumbs up!

  • @liviuc1946
    @liviuc1946 6 лет назад +1

    You could put the value of the checkbox under it, in the B column, still it would need to be white and might confuse some users.

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

    Jason Statham gives really clear and concise Excel tutorials

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

    Thank you for wary useful tools and good explanation.

  • @mohammadgolpayegani281
    @mohammadgolpayegani281 4 года назад +1

    This is how you can create check boxes and assign them to their respective cells automatically:
    Sub AddCheckBoxes()
    Dim cb As CheckBox
    Dim myRange As Range, cel As Range
    Dim wks As Worksheet
    Set wks = Sheets("mySheet") 'adjust sheet to your needs
    Set myRange = wks.Range("A1:A10") ' adjust range to your needs
    For Each cel In myRange
    Set cb = wks.CheckBoxes.Add(cel.Left, cel.Top, 30, 6) 'you can adjust left, top, height, width to your needs
    With cb
    .Caption = ""
    .LinkedCell = cel.Address
    End With
    Next
    End Sub

    • @gotthisidea2806
      @gotthisidea2806 4 года назад

      Thanks that helps a lot. Is there a way to do this on the fly? like a shortcut version that will apply to all selected cells?

  • @MikeClaggett
    @MikeClaggett 6 лет назад +1

    Very Good Instructions. Straight to the point with no fluff added. Just the way I like it :o)

  • @mnsoyan
    @mnsoyan 4 года назад +1

    Love it! Thanks

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

    Wonderful!

  • @aalen88
    @aalen88 6 лет назад +1

    Great video!! How do you copy a check box, that has a formula and a rule? Say in this video if wanted to copy a row with the checkbox and all?

    • @Computergaga
      @Computergaga  6 лет назад +1

      You cannot really copy them all without a macro. I don't have one to copy them all. But you could copy the checkboxes like in the video, copy the formula and then use the macro in this video to link all the cells automatically - ruclips.net/video/c69wMu7g1UQ/видео.html

    • @aalen88
      @aalen88 6 лет назад +1

      Thanks for the quick answer! I will give it a try for sure!

    • @Computergaga
      @Computergaga  6 лет назад

      You're welcome. Thank you.

    • @aalen88
      @aalen88 6 лет назад +1

      You are a legend! It works with the macro! Thank you very much, great videos!

  • @TheRapidhome
    @TheRapidhome 4 года назад

    This is an interesting use of conditional formatting; it
    only works when the sheet is unprotected how can I get it to work when I protect
    sheet. Please send link on this topic if there are any
    Thanks, keep these tutorials going

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

    Thanks.
    That was very useful.

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

      Great to hear. Thank you, Sajede.

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

    Thanks a million. Very useful.

  • @prasannankinaruvilayil4983
    @prasannankinaruvilayil4983 6 лет назад +1

    Thank you very much - Very easy and informative...

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

    nice video, thanks

  • @devmalya2004
    @devmalya2004 5 лет назад +3

    wow, superb! I loved it... Thank you so much for this video.

  • @LindaS-xl9mx
    @LindaS-xl9mx 6 лет назад +2

    Thanks, very helpful!

  • @backendadmin1217
    @backendadmin1217 5 лет назад +1

    Dude... You are Awesome.
    Salute...!!!

  • @kfagab6296
    @kfagab6296 4 года назад

    Wow I learnt something very useful @work life thanks for the video and simple and explained clearly...

  • @santoshbansal5662
    @santoshbansal5662 7 лет назад +5

    Thanks man, this is very interesting.

  • @jamesleslie9477
    @jamesleslie9477 6 лет назад +1

    Hello Computergaga thank you for producing such a clear and concise tutorial. I look forward to coming back.

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

    Thanks so much for this video! Could you please explain what I do when my checkboxes are lined horizontally? I currently have checkboxes in cells E4 till O4, all the way down to E40 and O40. I've been trying your thing for over an hour now, but no succes...thanks!

  • @alfredcheng5739
    @alfredcheng5739 4 года назад

    Thank you so much!!! It’s like a big accomplishment for me, a huge step to success, I seriously seriously appreciate to it sir!!!!!

    • @Computergaga
      @Computergaga  4 года назад +1

      You're very welcome. Happy to help.

  • @ahmedalhumaidi8321
    @ahmedalhumaidi8321 5 лет назад +1

    good work ,thanks

  • @peterhay1279
    @peterhay1279 7 лет назад +1

    Thanks for the video. is there anyway to change the size of the actual check boxes?

    • @Computergaga
      @Computergaga  7 лет назад

      Absolutely they can be resized however you want. Probably a good idea to resize the cells too so that they fit neatly inside and the formulas align.

  • @ivornworrell
    @ivornworrell 6 лет назад +1

    Good MS tutorial, the only drawback is that is started out fuzzy (but eventually sharpened.)

  • @nishadshamsudheen7838
    @nishadshamsudheen7838 4 года назад

    Thank you sir

  • @mt4535
    @mt4535 4 года назад

    Thanks for your information and very nice 😊

    • @Computergaga
      @Computergaga  4 года назад

      Most welcome 😊 Thank you Mohamed.

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

    Can the checkbox be reported to another sheet either a completely different Workbook or a TAB Sheet?

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

    Please can you help to creat data analysis on staff training using excel..?

  • @mazendayan2420
    @mazendayan2420 7 лет назад +1

    Thanks, it is a good explanation

  • @jamesperry3837
    @jamesperry3837 7 лет назад +1

    Thank u for sharing something interesting.

  • @jonathannourdine
    @jonathannourdine 4 года назад

    Clearly explained.👍👍👍

  • @alixanderson9961
    @alixanderson9961 5 лет назад

    awesome! can you adjust the size of the text box?

  • @CrazyCloudz.
    @CrazyCloudz. 5 лет назад

    Please provide a video on passing cell range in excel

    • @Computergaga
      @Computergaga  5 лет назад

      Hi Megha, do you have a specific example?

    • @CrazyCloudz.
      @CrazyCloudz. 5 лет назад

      @@Computergaga
      Actually I was trying to make an attendance sheet and trying to pass common data using this range Passi g thing. But failed at certain points, so just need guidance to make corrections and learn it

  • @nataszanowak2843
    @nataszanowak2843 5 лет назад

    Very usefull and so smart with this colore

  • @naga6608
    @naga6608 5 лет назад

    very good explanation

  • @agungparasara9261
    @agungparasara9261 4 года назад

    thanks

  • @SaaMStarK
    @SaaMStarK 7 лет назад +3

    Thanks man, this solved my problem!!!

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

    If I send this archive to a mobile device or a tablet, will it work?

  • @vivianhooton8548
    @vivianhooton8548 7 лет назад +2

    Once you showed how to add the Developer tab my problems were solved.

    • @ameerasyafa
      @ameerasyafa 6 лет назад

      Hope this link will help
      www.techonthenet.com/excel/questions/developer_tab2013.php

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

    Thanx! But I have a question. I have several columns, and each column is a checklist of it's own. But then if I check the boxes in the second column, all the cells on the same row color at the same time. But I make each list as in the video.. Can you help me with this? I hope to hear from you!

  • @lorlorjb
    @lorlorjb 6 лет назад +4

    How would you add a Select All check Box so that you can Check and un check all at the same time?

    • @Computergaga
      @Computergaga  6 лет назад

      I have a video on how to do that here - ruclips.net/video/WHrlR-fCVzE/видео.html
      Thank you for your comment Lor.

  • @syedshahinahmad3174
    @syedshahinahmad3174 6 лет назад +1

    Very Important & Usefull

  • @TheRapidhome
    @TheRapidhome 4 года назад

    This is an interesting tutorial; it only works when the
    sheet is unprotected how can I get it to work when I protect sheet

    • @tryazeve9420
      @tryazeve9420 4 года назад

      Only lock the individual cells that you want protected. Then when you protect the sheet only those cells will be protected. By default all cells are locked

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

    Thank's man I learnt a new thing 😉

  • @mjminino
    @mjminino 4 года назад

    Worked awesome, thanks!

  • @SyedMuzammilMahasanShahi
    @SyedMuzammilMahasanShahi 7 лет назад +2

    Wonderful. Thanks mate

  • @mehrdadhajian9949
    @mehrdadhajian9949 4 года назад

    thanks a lot! Awesome. so easy to understand. love it>>>>>

  • @bamideleolalekan3119
    @bamideleolalekan3119 6 лет назад +1

    very helpful .thanks

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

    Nice video

  • @petec6690
    @petec6690 5 лет назад

    My version of Excel (2011 I believe) will let me create check boxes but they're TINY AS ALL GET-GO. I've tried to change the size of the box, all I can do is change the size of the zone the box is in; however, I can not change the size of the box at all.

  • @sachinnewa5449
    @sachinnewa5449 7 лет назад +2

    Thank you so much for this video. It was very helpful.

  • @BlaqueBeacon
    @BlaqueBeacon 5 лет назад

    The checkboxes created in this tutorial can't be validated by Microsoft onedrive, because of errors and missing alt text to make the form "more accessible". Are you able to provide a workaround to these problems here in 2018? Thanks in advance for any current updates.

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

    Hello thank you for a very informative video. I did all as you instructed and it all works great. However, now I need to be able to have a function telling me a percentage of how many boxes I have checked vs not. I have spent two days looking all over RUclips but to no avail I have not been able to find anything that can help. I seen on one of the comments here that you suggested using the SUMMIF value, can you expand on that. That might be what I'm looking for. thank you.

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

      You can use the countif function...Countif values in those cells are True. And divide by the total number of cells for your %age

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

    ok so now can I make the check box highlight a cell on another sheet ??

  • @XQGaming
    @XQGaming 5 лет назад

    Thanks!

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

    useful Video

  • @VijayDeepak09
    @VijayDeepak09 7 лет назад +1

    Great explanation! Thanks a lot :)

  • @tamizharuvi7097
    @tamizharuvi7097 6 лет назад +1

    Thanks a lot

  • @simphiwemagagula7734
    @simphiwemagagula7734 7 лет назад +1

    Thank you mate

  • @BlaqueBeacon
    @BlaqueBeacon 6 лет назад

    I'm excel online 360 but when I try editing my document on one drive all of the check marks vanish. Can you help me out with how to make them appear and work on one drive? Thanks in advance for your help on this matter.

  • @scoophouse950
    @scoophouse950 5 лет назад

    Thank you so much

  • @prasannasriskantharajahasa1682
    @prasannasriskantharajahasa1682 5 лет назад

    thanks very useful

    • @Computergaga
      @Computergaga  5 лет назад

      No problem. Happy to help Prasanna.

  • @TutanComputerGuide
    @TutanComputerGuide 5 лет назад

    Excellent Sir

  • @lesteranino2501
    @lesteranino2501 5 лет назад

    ty so much sir

  • @fabiourquidi2454
    @fabiourquidi2454 4 года назад

    Thank!!

  • @jamesblair2671
    @jamesblair2671 4 года назад

    When i insert the check box i then cant adjust the size of the box or text by dragging the corner as expected, even when i adjust the cell size the check box and text remain very small. Can you advise?

  • @jojoalay2472
    @jojoalay2472 5 лет назад

    Thank you

  • @hazemali382
    @hazemali382 5 лет назад

    great video

  • @NickGeorgaras
    @NickGeorgaras 5 лет назад

    Great video in did! Thank you very much for the offer!

  • @loracool679
    @loracool679 4 года назад

    Hi, I create a long list with the tick. Is there a way to make a rest option

    • @Computergaga
      @Computergaga  4 года назад

      Sure. I have a video here - ruclips.net/video/WHrlR-fCVzE/видео.html

  • @palmer067
    @palmer067 4 года назад

    Thank you!!!!!

  • @ivornworrell
    @ivornworrell 6 лет назад

    *Hello:If I put an = sign in the cell link field in the format control dialogue box and then click on the little blue button( right of cell link), wouldn't I be able to pick up the whole range A4:A8, rather than having to input these values one-by-one in the f(x) bar?*

  • @GoodTimesBeKillinMe
    @GoodTimesBeKillinMe 5 лет назад

    Hello I am attempting to due a multi value checkbox but I don't know how. We have equipment that needs to be checked every other day. I would like to have a box that can give four values M for missing, X for in service, 0 for out of service and an unchecked box. Perhaps you know a way and if you do could you please ether write back or make a video I find them very educational. Thank you and good day.

    • @Computergaga
      @Computergaga  5 лет назад

      Thank you. A checkbox is either True or False. So for 3 options you would be looking at using 3 option buttons, listbox or a combo box.

  • @lavahnwilliams8092
    @lavahnwilliams8092 6 лет назад +1

    Helped me!

  • @DaynaDoo8
    @DaynaDoo8 5 лет назад

    I have added checkboxes to my table but am continually adding new rows for new people, I would like the boxes to stay linked to the people so that when I order them based on Last name or first name they stay linked to their owner. Right now they kind of just go all over the place. How could I do that?

  • @hiremehereindia2691
    @hiremehereindia2691 4 года назад

    God.......its so much easy to do in google sheets.......ill never go for excel....

  • @amoledor
    @amoledor 4 года назад

    Can you make the names show color when the check box is unchecked and remove the highlight once it is checked?

    • @Computergaga
      @Computergaga  4 года назад

      Sure. Same idea, just changing font colour instead of the cell colour. It will be false if unchecked and true if checked.

    • @amoledor
      @amoledor 4 года назад

      @@Computergaga Sorry, I realized I asked that wrong. What I'm looking to do is highlight the cells when the checkbox is unchecked and to remove the highlight when the checkbox is checked.

  • @MykeMarvelous
    @MykeMarvelous 7 лет назад +1

    very well

  • @SS-bs3ge
    @SS-bs3ge 5 лет назад

    Hi, how to do check mark in mobile , its not supported, can you help how to resolve.

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

    Nice 😍😍😍😍😍😍

  • @nrhltd8672
    @nrhltd8672 4 года назад

    THanks

  • @michaelrussell8895
    @michaelrussell8895 5 лет назад

    HOW DO YOU take a value of true from a check box to add and don't add different rows?

  • @9Fahim
    @9Fahim 6 лет назад

    Would this work with touchscreen pc? A simple ONE touch to highlight or check the box?

    • @Computergaga
      @Computergaga  6 лет назад

      I believe so. With Excel online or app.