linebreak - pink.png

Untitled

habit tracker, tracker options (formulas)

(FORMULA OPT 1) 7-day habit(s)

(round(100 * (unaryPlus(prop("MON")) + unaryPlus(prop("TUE")) + unaryPlus(prop("WED")) + unaryPlus(prop("THUR")) + unaryPlus(prop("FRI")) + unaryPlus(prop("SAT")) + unaryPlus(prop("SUN"))) / 7) / 100)

(FORMULA OPT 2) 5-day habit(s) (w/ extra day bonuses)

(round(100 * (unaryPlus(prop("MON")) + unaryPlus(prop("TUE")) + unaryPlus(prop("WED")) + unaryPlus(prop("THUR")) + unaryPlus(prop("FRI"))) / 5) / 100) + (round(100 * (unaryPlus(prop("SAT")) + unaryPlus(prop("SUN"))) / 2) / 100)

(FORMULA OPT 3) 3-day habit(s) (w/ extra day bonuses)

(round(100 * (unaryPlus(prop("MON")) + unaryPlus(prop("TUE")) + unaryPlus(prop("WED")) + unaryPlus(prop("THUR")) + unaryPlus(prop("FRI")) + unaryPlus(prop("SAT")) + unaryPlus(prop("SUN"))) / 3) / 100)

(FORMULA OPT 4) 2-day habit(s) (w/ extra day bonuses)

(round(100 * (unaryPlus(prop("MON")) + unaryPlus(prop("TUE")) + unaryPlus(prop("WED")) + unaryPlus(prop("THUR")) + unaryPlus(prop("FRI")) + unaryPlus(prop("SAT")) + unaryPlus(prop("SUN"))) / 2) / 100)

updating formula for habit tracker

TO MAKE ALL THE HABITS TRACK THE SAME:

[SELECT + COPY THE FORMULA] / 1. Pick from the habit formulas above, 2. Select all of the formula, 3. Copy formula

[PASTE THE FORMULA] / 4. Now that you have the individual habit formula copied, click on the “progress” column title, 5. select “edit property” from the menu, select “formula” from the sidebar menu that appears, 6. select all of the old formula, and then paste in the new formula, 7. don’t forget to hit “done”!