โOct 25, 2023 12:45 PM
Hello, I"m building an Airtable Template to recreate a table with the same Event tasks for each new event. We want to use logic like we had in Asana, that let's us say do XYZ task 30 days before Event Start Date. I am using a DATEADD Foruma to produce this, and it's returning the wrong YEAR, but Month and Day is correct.
This is the formula.
โOct 25, 2023 06:45 PM
Thatโs weird. Have you tried using a rollup instead of a lookup? Try the rollup formula MAX(values)
โOct 26, 2023 04:56 AM
I tried just plugging a date directly into the Recurring Tasks Tab, and although that fixed the formula error, it's not what I'm looking for. I'm looking to create a 'template' of tasks, and need the lookup to pull in a date from our list of tradeshows. Is there another way to fix the formula year issue?
โOct 26, 2023 07:25 AM
A roll-up can pull info from a linked record the same way as lookup can. But roll ups behave differently in formulas.