Hi, I feel stuck… I cannot figure out how to find the dates in-between a starting and ending date.
I have the starting date of Today() and an ending date of Today()+180. I want to find the same day of the week as Today(), and only get those in-between dates.
I feel like this formula should work, but it just doesn’t.
Sequence(Today(), Today() +180, by: 7)
Any help would be super appreciated!