<aside> <img src="/icons/info-alternate_gray.svg" alt="/icons/info-alternate_gray.svg" width="40px" /> A project time tracker in Notion is a database that allows you to track the time you spend on different tasks and projects. This can be helpful for improving your productivity, and managing your time more effectively. In addition to tracking time lapsed in date-time ranges, group and calculate total time spent by projects, month, or week.

</aside>

Time Tracker

Copy the code

if(prop("Done"),
	floor(100 *
		dateBetween(
			prop("Work-span").dateEnd(),
			prop("Work-span"), 
			"minutes"
		) / 60
	) / 100,
	toNumber("")
)

☕ Buy me a coffee