What would be really cool is a checkbox at the top which would mark the currently-selected item as complete. I guess that's not possible because when you click the checkbox, it then becomes the currently-selected item? I envision a macro using the current row to show a description of the currently selected item, and when you click the box beside it, something happens to that row (marked complete, dates updated, colors changed, etc)
Bro, this is the most helpful video I've seen on a checklist, thank you so much!
I love your tutorials. So interesting.
Hey there, do you know if you can populate the name of the user that checked to box as well? Thanks for the video.
Wonderful explanation! Short and precise video :) super!
Your work sets a great example for others to follow. I'm interested in hearing your perspective on my work, could you offer some encouraging words?🙂🙏
What would be really cool is a checkbox at the top which would mark the currently-selected item as complete. I guess that's not possible because when you click the checkbox, it then becomes the currently-selected item? I envision a macro using the current row to show a description of the currently selected item, and when you click the box beside it, something happens to that row (marked complete, dates updated, colors changed, etc)
Thank you, Chester
As a beginner who is just starting out learning Excel Which version would you suggest I learn to be up to date ?
Excel 365
@@ChesterTugwell Thanks
How do we do this if the check box is already there and the developer tab is not available?
Liked and subscribed!
Is it possible to add a single button that will uncheck all the checkboxes?
Sir when I put this in the cell =SUM(--C2:C6,--C8:C11)/COUNTA(A2:A6,A8:A11)
am getting #VALUE!
use this instead of sum
=COUNTIF(P4:P58,TRUE)/COUNTA(F6:N14,G15:N58,F4:I5)
Bro I can't show % complete due to formula error. Especially when I use 2 minus sign it is giving #VALUE! instead of % sign.
Did you find the solution? I'm having the same problem
4:25 how is this working without specifying true/false..???
i.e.when =$c2=true..????
Your example would be like saying is TRUE equal to TRUE.