Hello! I am usually pretty savvy at figuring out formulas, but I am truly stuck on solving this one. Does anyone know a way to solve for the below situation? I feel like it's doable and likely easier than the way I'm trying to approach it, but cannot get the right combination.
Background:
Our project plans/schedules have multiple different dates and classifications for those dates. There are 4 classifications for those dates and a date classification can appear up to 6 times, all different dates, all different ranges. I need to display the first date closest to today with a specific classification. Then, what I need is Smartsheet look for the next date once either the finish date is reached or the task is marked complete from that original date classification, so and so forth. It would need to pull this single date in to a single cell in the profile data section of the grid, then pass it to the metadata sheet. The classification column is set to be multi-select, but the classification will only appear once.
I have the metadata sheet and profile data portion setup. What I need is to find the start date closest to today and display it. Then once that finish date is reached, display the next date with that same classification. Essentially, I need this single field to be updated dynamically to accommodate a countdown.
The struggle that I'm having is that all dates are in the future, so a less than or equal to won't work. And if I use greater than or equal to, I fear it will confuse the formula and cause an error.
I am not married to classifying these dates with 6 different types per classification. Whatever gets to the end goal of constantly displaying the next date for the classification would be fine.
Example data (this is not the real data, just a fun play on it while I test this out)
Date Classifications in this example below are "Fun Date" and "Beach Date". In our real-time sheet, the start and end dates may or may not overlap. Thanks in advance. (please and thank you :))