The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Mar 12, 2018 04:51 PM
I’m trying to figure out how to create a formula that will tell me the date for the next specific weekday. For example, if the meeting is on Wednesdays, then give me the date for the next Wednesday from today.
I’ll have a field that says Wednesday and another field where I can input the formula to spit out the date for the nearest Wednesday from today. Any ideas?
Mar 12, 2018 05:56 PM
Made a quick demo base - let me know if this is what you are looking for; the only input is the first ‘Date’ field for the original meeting date.
Formulas are in the description of each field. Note this only adds 1 week to the ‘Date’ input based on your Wednesday - Wednesday example.
Mar 12, 2018 06:09 PM
I tested it in Excel, Just substitute the Excel formula “WEEKDAY(A2,11)” with:
VALUE(DATETIME_FORMAT(Date,“E”))
where “A2” is your Date field in Airtable.