The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I use Airtable to track my hours worked. I use two fields for Time Start and Time End. I am currently counting task hours with the formula:
(DATETIME_DIFF({Time End},{Time Start},‘minutes’)/60)
Sometimes I am working on multiple projects and, for var...