I’m tracking bicycle tire air pressure fills and my current setup include 3 main columns: Begin Date, End Date, and Duration. Duration is a DATETIME_DIFF function, calculating the days between air refills. The problem is, I have to copy each End Date to the subsequent row’s Begin Date every time. This is quick on the desktop, but on iOS it’s extra steps.
Ideally, I would have just one date column and the duration column would calculate the difference from the previous record. For example, in Google Sheets, the function would be able to easily calculate the difference between cells A1 and A2. I haven’t figured out how to do this in Airtable.
This article mentions how to "find the difference between a record’s date and today’s date.
Airtable Support | Calculate the difference between two dates I’m looking for a replacement for the “NOW()” formula to be the previous record.
Thank you!
