Sep 29, 2023 02:18 PM - edited Sep 29, 2023 02:34 PM
Hi, does anyone have any ideas on how to write a formula to mark a previous date for each person?
Solved! Go to Solution.
Oct 01, 2023 10:56 AM
Hi,
it depends on how do you mark first/last.
Working with totals and such kind of values (min/max, first/last) that dynamically changing with new records (like if you add Jony with 1 Ocftober, it became Last date, and 1st record with 30 Sep 14:00 became Previous) - requires linked table with Names. All totals etc (first last) calculated via rollups. for previous you just can add another rollup MAX(values)' filtered by 'Status is not Last date'
Oct 01, 2023 10:56 AM
Hi,
it depends on how do you mark first/last.
Working with totals and such kind of values (min/max, first/last) that dynamically changing with new records (like if you add Jony with 1 Ocftober, it became Last date, and 1st record with 30 Sep 14:00 became Previous) - requires linked table with Names. All totals etc (first last) calculated via rollups. for previous you just can add another rollup MAX(values)' filtered by 'Status is not Last date'
Oct 02, 2023 09:53 AM
There is no FILTER in the Airtable
Oct 02, 2023 02:18 PM
Thanks Alexey!