These blog posts are part of research I’m doing for a potential new book, hopefully allowing me to further my love for spreadsheets. Theses posts are hoping to provide a practical cookbook of examples to the reader and allow me to learn what people are interested in and how to approach different subjects working with Google Sheets.
TLDR: This post walks you through the steps to create a basic habit tracker. The Google Sheet can be copied directly from the link:
https://docs.google.com/spreadsheets/d/1lRwOKNlrbFqx8g8vx8OUccAXkQC__ugaUAoUfpZXUUo/copy
Habit trackers are a great way to build a habit and track your progress over time. Building a basic habit tracker in Google Sheets is easy and almost made for spreadsheets. In the following post we will go through a simple habit tracker to track and monitor a potential new goal. I am trying my best to get a certain number of exercises a day, to help me take a break from my work, but you could potentially apply this template for anything.
What You Need To Know To Get This Done?
For todays post, to create our simple habit tracker in not too much time, with some handy features you can bring to a lot of other work you might be doing. In this piece of work, you will need to be able to:
All the functions mentioned can be found at the following reference page, in case you need to double check how the function works: @strava2hive/my-google-sheets-function-reference
The following steps will walk you through how to create the habit tracker on your own Google Sheet, but of course we always have a template for you to use, if you need it quicker.
1.Start by setting up the basic format of the habit tracker. In my example, I have set up a 5 week habit tracker, where I have created a checkbox for each day of the week.
2.We can now set up a count for each week and a progress bar to allow us to see a visual progress for each week.
=COUNTIF(B3:H3,TRUE)=SPARKLINE(I3,{"charttype","bar";"max",7;"color1","green"})3.We can now create some extra visualisations at the bottom of the habit tracker. In the final image, we have a single value chart showing the total of the entire habit tracker, as well as a column chart showing the totals for each week.
=SUM(I3:I7)=SPARKLINE(I3:I, {"charttype","column"; "color", "blue";"max", 7})This was a great and quick little tutorial. We started with a blank canvas and set up a basic format for the habit tracker, in an easy to use and follow format. We added in checkboxes for the user to track their habits daily. We added in formulas to help visualise progress, including the use of Sparklines, with a totals chart to see overall success.
The post is written by Vincent Sesto, a Aussie Software Engineer, living and working in Auckland, New Zealand. If you are interested in my authors page on Amazon, feel free to checked it out at the following link: https://us.amazon.com/stores/author/B073R3VW2G