Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Oct 19, 2022 06:44 PM
Hello,
I need some help. I’m not a formula expert but I’m trying to determine the amount of time between 4 dates. In a nutshell, I know how to already determine the time between 2 dates *ONLY but I need to figure out how to get the formula to compute for multiple dates as listed in the formula and pictures below. Any assistance you can provide would be great!
This is for managing a team of volunteers who sometimes come in and come out (pause and restart based on their availability).
Thanks,
James
Oct 20, 2022 11:45 PM
Hi James, would you be open to changing your base layout?
Having a table that just has Start Date
, End Date
and a Notes
field to handle data entry about pausing and restarting etc, followed by a rollup field to sum the years of service would be much easier to set up for you to get what you need, and would also solve the potential issue of a volunteer that pauses more than once
If you’re set on using your current layout it’s definitely possible to create the formula, you’re just going to end up with a lot of nested IF()
s