— views

How to Track Goals

Select a Goal | Track | Set Expectations | Update

Always use numeric targets. Track the current value and expected end-of-half values. Then use those values to report the status, using these deterministic rules. Finally include a brief update that contextualizes your progress using this style guide.

GoalAs ofStatusCurrentTargetExpectedOwnerUpdate
Grow DAU02/05🟢45M50M60MJohn...
Grow MAU02/05🟡150M180M175MPaul...
GTP in Bing (milestones)02/05🔴142Ringo...

Keep team and org trackers in sync

If you use this exact format, you can import rows across different sheets using import range. First add four more columns to your tracker.

IJKL
1Import fromTab NameStartEnd
2https://docsSheet1A8H8

Then import data from another tracker using this formula, adjusting the cell references as needed:

=importrange(I2, CONCATENATE(J2, "!", K2, ":", L2))