Hi there. I’m a newbie to Airtable formulas
I have a field {DOW} which holds a value like Thursday.
I also have values in a different table {Start Date} and {End Date} based on a foreign key.
How do I obtain a list of all the dates between {Start Date} and {End Date} that is the given {DOW}.
Eg Start Date is 28/Jan/2022 and End Date is 8/Apr/2022 and DOW is Thursday.
I want to find all the Thursdays between the given dates.
The list may be stored in 1 field (preferred) or have 1 date stored per field (hence having 10 columns for the 10 Thursdays found in the date period).
Thank you.