Members-only tutorial

Watch the video and get the practice sheet with membership.

See membership options

Interactive To-Do List

About this Tutorial

Create a simple to-do list that does so much more.

Featured Formulas

Video Transcript

<div> We're making an interactive to-do list. We're gonna make our to-do list come alive. Here's how it works. Anytime we check off one of our chores, we do, it actually changes the text to what we did. So instead of just a checkbox Learn how to use checkboxes in Google Sheets for interactive tasks. Opens in new tab , it actually is changing the text. So how we do this is let's just get our to-do over here.<br><br>We're gonna do a checkbox Learn how to use checkboxes in Google Sheets for interactive tasks. Opens in new tab in column D. I'll just build it right next to it. So we're gonna go insert checkbox Learn how to use checkboxes in Google Sheets for interactive tasks. Opens in new tab , nothing special about the checkbox Learn how to use checkboxes in Google Sheets for interactive tasks. Opens in new tab yet in the to-do column. We're gonna do equal sign and then we're gonna do the formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab . If now, if takes three arguments Discover what arguments are and how they function in formulas. Opens in new tab .

First it takes a logical expression Explore logical expressions and their role in formulas. Opens in new tab , like a true or false statement, and what that true or false statement is for us is the checkbox Learn how to use checkboxes in Google Sheets for interactive tasks. Opens in new tab .<br><br>So we'll refer to D four here. That's the checkbox Learn how to use checkboxes in Google Sheets for interactive tasks. Opens in new tab . The checkbox Learn how to use checkboxes in Google Sheets for interactive tasks. Opens in new tab , when it's unchecked is false, and when it's checked is true. So what we need to do, right? See, when you make the comma, it'll tell you false. It is. And so what we first do is a value. If true, then we put the value if false. So right now it's false, so we need to put it, what is the results?<br><br>We go, laundry dropped off.

And then we put the comma and put the value of false, which is now unchecked. It's false. We say drop off laundry now. It's really cool here. Google Sheets will tell us as we fill out a formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab what the result is. So it'll tell us right here, drop off laundries. So we hit enter and it says drop off laundry.<br><br>Perfect. Now we just do the same exact thing. Dishes. Clean dishes, vacuum floor vacuumed, and we can do this all the way down. The only issue with this is going to be, we can just take this piece it there. Go here, dishes clean. The only issue is that what if we.

Change these items, right? What if we realize we, we misspelled this, we have to double click.<br><br>We have to go in here and edit it. Now this is an absolutely great way to do it because it keeps it clean. This E four. Column E column and E four row is the only row. You'll see. You don't see anything else here, but sometimes we have data Get insights on managing data effectively in Google Sheets. Opens in new tab , sometimes we're not doing a chore list. We actually wanna see what is the checked and unchecked state.<br><br>So down here we have two columns, a checked state and an unchecked state.

And when we do our formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab , it's actually only references Learn about cell references and how to use them in your formulas. Opens in new tab to three other cells Understand the importance of cells in organizing your spreadsheet. Opens in new tab here. So it acts exactly the same. But we're referencing here, so I'll show you this. So we just go, if we do the same thing, B 13 is the checkbox Learn how to use checkboxes in Google Sheets for interactive tasks. Opens in new tab .<br><br>Now I want, what's our false state? That is going to be unchecked, that'll be F 13. And then what is our checked state? That'll be E 13. The other way around E 13 and then F 13 C told us right here, so now drop off laundry. Laundry dropped off. So we say we have three arguments Discover what arguments are and how they function in formulas. Opens in new tab there.

They're just each referencing a different cell.<br><br>And that's how you make an interactive to-do list.&nbsp;</div>