I have a `rollup` column, `A` that returns a `date`. for example, 2024-07-24.
I have a `lookup` column, `B`, that returns an array of dates. For example, 2018-07-31, 2021-07-30, 2024-10-08
Is there a way to determines if any of the dates in column `B` are within 30 days (before or after) of the date in column `A`? I need the formula to return a boolean.



