# Sequential Missing Dates from Between two Date Values?

**URL:** https://community.glideapps.com/t/sequential-missing-dates-from-between-two-date-values/56031
**Category:** Ask for Help
**Created:** [December 24, 2022, 9:30pm UTC](https://community.glideapps.com/t/sequential-missing-dates-from-between-two-date-values/56031 "2022-12-24T21:30:30Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [December 25, 2022, 2:36am UTC](https://community.glideapps.com/t/sequential-missing-dates-from-between-two-date-values/56031/2 "2022-12-25T02:36:07Z")

</div>

To generate a list of dates, you can adapt the technique shown below:

> [@Schedule Tab - dates](https://community.glideapps.com/t/schedule-tab-dates/55916/3):
>
> You can do this in Glide. Here is how…

To filter between a start date and end date, you can use an if-then-else column:

- If date is before start date, then null
- If date is after end date, then null
- Else true

---

_[View the full topic](https://community.glideapps.com/t/sequential-missing-dates-from-between-two-date-values/56031)._
